summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2023-09-06 09:22:56 +0200
committerGitHub <noreply@github.com>2023-09-06 09:22:56 +0200
commit994fab066e76b9a160201671d4d217f4ea93e88a (patch)
tree6c24d83f25c1455720fe02092248bcf301b6cb79 /pkgs/applications/blockchains
parent91ca9989d119ad95229cae2390e7e5851a533e14 (diff)
parent980e521db450cfdca69edddf092a70a534a864ce (diff)
downloadnixpkgs-994fab066e76b9a160201671d4d217f4ea93e88a.tar
nixpkgs-994fab066e76b9a160201671d4d217f4ea93e88a.tar.gz
nixpkgs-994fab066e76b9a160201671d4d217f4ea93e88a.tar.bz2
nixpkgs-994fab066e76b9a160201671d4d217f4ea93e88a.tar.lz
nixpkgs-994fab066e76b9a160201671d4d217f4ea93e88a.tar.xz
nixpkgs-994fab066e76b9a160201671d4d217f4ea93e88a.tar.zst
nixpkgs-994fab066e76b9a160201671d4d217f4ea93e88a.zip
Merge pull request #253310 from jonasnick/clightning-23.08
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/clightning/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/clightning/default.nix b/pkgs/applications/blockchains/clightning/default.nix
index 2f02d322f30..04db26e825c 100644
--- a/pkgs/applications/blockchains/clightning/default.nix
+++ b/pkgs/applications/blockchains/clightning/default.nix
@@ -22,11 +22,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "clightning";
-  version = "23.05.2";
+  version = "23.08";
 
   src = fetchurl {
     url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
-    sha256 = "sha256-Tj5ybVaxpk5wmOw85LkeU4pgM9NYl6SnmDG2gyXrTHw=";
+    sha256 = "sha256-kersWWGytZmdVbpgezrWyjfb4jeG5dShk/CUb5hpiqA=";
   };
 
   # when building on darwin we need dawin.cctools to provide the correct libtool