Skip to content

Commit

Permalink
Merge pull request #241446 from r-ryantm/auto-update/clightning
Browse files Browse the repository at this point in the history
clightning: 23.05.1 -> 23.05.2
  • Loading branch information
prusnak authored Jul 4, 2023
2 parents ac66b27 + fae866c commit 235f275
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 @@ -22,11 +22,11 @@ let
in
stdenv.mkDerivation rec {
pname = "clightning";
version = "23.05.1";
version = "23.05.2";

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

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

0 comments on commit 235f275

Please sign in to comment.