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 12:38:37 +00:00
parent 0d58dadf0a
commit 1276c40aaa
No known key found for this signature in database
GPG key ID: 4861DBF262123605
3 changed files with 22 additions and 22 deletions

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; {