Skip to content

Commit 9cfd0a4

Browse files
committed
clightning: 24.11 -> 24.11.1
1 parent 115f8bf commit 9cfd0a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cl/clightning/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ let
2424
in
2525
stdenv.mkDerivation rec {
2626
pname = "clightning";
27-
version = "24.11";
27+
version = "24.11.1";
2828

2929
src = fetchurl {
3030
url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
31-
hash = "sha256-MWTzUn5kCBMr6u5k3qD7bVZjd7d+C+Z6I1noDcvXup4=";
31+
hash = "sha256-FdrD+FA0t90oJnXjUA8oalU7DDjUv70fAteNxbhscgk=";
3232
};
3333

3434
# when building on darwin we need cctools to provide the correct libtool

0 commit comments

Comments
 (0)