Skip to content

Commit

Permalink
nix: upgrade the cln version
Browse files Browse the repository at this point in the history
Including the following patch ElementsProject/lightning@f255109

Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jun 17, 2024
1 parent b82a517 commit 36bd1a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
clightning = pkgs.clightning.overrideAttrs (oldAttrs: {
version = "master-62dd";
src = pkgs.fetchgit {
url = "https://github.com/vincenzopalazzo/lightning";
rev = "0fb1c5bed871e6471f4a19be6e4af57ade4a4e21";
sha256 = "sha256-/XtdXgwE6QKuJDggsIw00kt6Ur7gpiWobpa0eJh5c+M=";
url = "https://github.com/ElementsProject/lightning";
rev = "f2551091ca3cc2e7b03a6d3766a851a025dbfd4d";
sha256 = "sha256-PdbHtMIc35zqv8dDX5TXWyzhcu2h1G/LzIyS9S1TCAQ=";
fetchSubmodules = true;
};
buildInputs = with pkgs; [ gmp libsodium sqlite zlib jq ];
Expand Down

0 comments on commit 36bd1a6

Please sign in to comment.