update nixpkgs

btcpayserver: 1.5.4 -> 1.6.1
nbxplorer: 2.3.26 -> 2.3.28
This commit is contained in:
Jonas Nick
2022-07-22 13:15:25 +00:00
parent 0d58dadf0a
commit 1276c40aaa
3 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ buildPythonPackage rec {
substituteInPlace setup.py \
--replace "'klein==20.6.0'" "'klein==21.8.0'"
substituteInPlace setup.py \
--replace "'pyjwt==2.1.0'" "'pyjwt==2.3.0'"
--replace "'pyjwt==2.1.0'" "'pyjwt==2.4.0'"
'';
meta = with lib; {