Skip to content

Commit

Permalink
Merge #679: update nixpkgs
Browse files Browse the repository at this point in the history
38b774b update nixpkgs (Jonas Nick)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 38b774b

Tree-SHA512: cd6d26a5cf70db08052dd50a153e2e8c694601e851852503bf7a7cd0215353a7713e18c5117819cc541ef8d968edfb7d21f523c438a5d582ee0b0a625328bdb0
  • Loading branch information
jonasnick committed Feb 12, 2024
2 parents 4e5c5df + 38b774b commit dea9c63
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pkgs/pinned.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ pkgs: pkgsUnstable:
inherit (pkgs)
bitcoin
bitcoind
btcpayserver
charge-lnd
electrs
extra-container
hwi
lightning-loop
lightning-pool
lnd
lndconnect
nbxplorer;
lndconnect;

inherit (pkgsUnstable)
btcpayserver
clightning
elementsd
fulcrum;
fulcrum
hwi
lnd
nbxplorer;

inherit pkgs pkgsUnstable;
}
2 changes: 1 addition & 1 deletion pkgs/python-packages/jmclient/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ buildPythonPackageWithDepsCheck rec {
substituteInPlace setup.py \
--replace "'pyjwt==2.4.0'" "'pyjwt==2.8.0'"
substituteInPlace setup.py \
--replace "'werkzeug==2.2.3'" "'werkzeug==2.3.7'"
--replace "'werkzeug==2.2.3'" "'werkzeug==2.3.8'"
'';

# The unit tests can't be run in a Nix build environment
Expand Down

0 comments on commit dea9c63

Please sign in to comment.