Skip to content

Commit

Permalink
update nixpkgs
Browse files Browse the repository at this point in the history
btcpayserver: 1.11.4 -> 1.11.6
fulcrum: 1.9.1 -> 1.9.2
lnd: 0.16.3-beta -> 0.17.0-beta
nbxplorer: 2.3.65 -> 2.3.66

Includes fix for curl CVE-2023-38545 (NixOS/nixpkgs#260381)
  • Loading branch information
erikarvstedt committed Oct 17, 2023
1 parent 3e82a56 commit 1fad7c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 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.

5 changes: 0 additions & 5 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ let self = {
secp256k1 = pkgs.callPackage ./secp256k1 { };
trustedcoin = pkgs.callPackage ./trustedcoin { };

# TODO-EXTERNAL:
# Remove this when https://github.com/lightningnetwork/lnd/pull/7672
# has been resolved
lnd = pkgsUnstable.callPackage ./lnd { };

pyPkgs = import ./python-packages self pkgs.python3;
inherit (self.pyPkgs)
nbPython3Packages
Expand Down
12 changes: 0 additions & 12 deletions pkgs/lnd/default.nix

This file was deleted.

3 changes: 2 additions & 1 deletion pkgs/pinned.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ pkgs: pkgsUnstable:
electrs
elementsd
extra-container
fulcrum
lndconnect;

inherit (pkgsUnstable)
btcpayserver
clightning
fulcrum
hwi
lightning-loop
lightning-pool
lnd
nbxplorer;

inherit pkgs pkgsUnstable;
Expand Down

0 comments on commit 1fad7c7

Please sign in to comment.