We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115f8bf commit 9cfd0a4Copy full SHA for 9cfd0a4
pkgs/by-name/cl/clightning/package.nix
@@ -24,11 +24,11 @@ let
24
in
25
stdenv.mkDerivation rec {
26
pname = "clightning";
27
- version = "24.11";
+ version = "24.11.1";
28
29
src = fetchurl {
30
url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
31
- hash = "sha256-MWTzUn5kCBMr6u5k3qD7bVZjd7d+C+Z6I1noDcvXup4=";
+ hash = "sha256-FdrD+FA0t90oJnXjUA8oalU7DDjUv70fAteNxbhscgk=";
32
};
33
34
# when building on darwin we need cctools to provide the correct libtool
0 commit comments