summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonas Nick <jonasd.nick@gmail.com>2023-06-12 08:06:23 +0000
committerJonas Nick <jonasd.nick@gmail.com>2023-06-12 08:06:23 +0000
commitf78c77989ce65a25c3bd657996c22ed8abe917e1 (patch)
tree35d1dda804539616f3067c79c606d0c2f25068c1
parent76ad192fe16c879cedc161e20c1f7bccb906ea34 (diff)
downloadnixpkgs-f78c77989ce65a25c3bd657996c22ed8abe917e1.tar
nixpkgs-f78c77989ce65a25c3bd657996c22ed8abe917e1.tar.gz
nixpkgs-f78c77989ce65a25c3bd657996c22ed8abe917e1.tar.bz2
nixpkgs-f78c77989ce65a25c3bd657996c22ed8abe917e1.tar.lz
nixpkgs-f78c77989ce65a25c3bd657996c22ed8abe917e1.tar.xz
nixpkgs-f78c77989ce65a25c3bd657996c22ed8abe917e1.tar.zst
nixpkgs-f78c77989ce65a25c3bd657996c22ed8abe917e1.zip
clightning: 23.05 -> 23.05.1
-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 303aedd83d5..d5c242e9a45 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";
+  version = "23.05.1";
 
   src = fetchurl {
     url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
-    sha256 = "sha256-6QbgK16godxnpIBHpykbblS10JAFZvxSeEpwnmdTrAo=";
+    sha256 = "sha256-q0ZPsuvDgXbhxebBIRkGTE7sH7K6c96Iu6RqeBT3NEk=";
   };
 
   # when building on darwin we need dawin.cctools to provide the correct libtool