Skip to content

Commit

Permalink
clightning: 24.08 -> 24.08.1 (NixOS#343298)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Sep 20, 2024
2 parents 599bc03 + f10c881 commit f5be2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/clightning/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation rec {
pname = "clightning";
version = "24.08";
version = "24.08.1";

src = fetchurl {
url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
hash = "sha256-u4dkVcdduTBuRE615mPx66U8OFZSeMdL2fNJNoHbVxc=";
hash = "sha256-2ZKvhNuzGftKwSdmMkHOwE9UEI5Ewn5HHSyyZUcCwB4=";
};

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

0 comments on commit f5be2a7

Please sign in to comment.