Skip to content

Commit

Permalink
bump nixpkgs and go version
Browse files Browse the repository at this point in the history
  • Loading branch information
grubles committed Mar 29, 2024
1 parent fb7d5f7 commit 5e25ba2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions packages.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
let
# Pinning to revision c8a66e2bb84c2b9cf7014a61c44ffb13ef4317ed
# - cln v23.11
# - lnd v0.17.0-beta
# - bitcoin v25.1
# Pinning to revision f54322490f509985fa8be4ac9304f368bd8ab924
# - cln v24.02.1
# - lnd v0.17.4-beta
# - bitcoin v26.0
# - elements v23.2.1

rev = "c8a66e2bb84c2b9cf7014a61c44ffb13ef4317ed";
rev = "f54322490f509985fa8be4ac9304f368bd8ab924";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
pkgs = import nixpkgs {};

Expand All @@ -27,5 +27,6 @@ in with pkgs;
lnd = lnd;
};
testpkgs = [ go bitcoind elementsd lnd ];
devpkgs = [ go_1_19 gotools bitcoind elementsd clightning lnd ];
devpkgs = [ go_1_22 gotools bitcoind elementsd clightning lnd ];

}

0 comments on commit 5e25ba2

Please sign in to comment.