summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-20 22:57:48 -0500
committerGitHub <noreply@github.com>2019-12-20 22:57:48 -0500
commitbf3c1735954e830c36c09f54fc7f8303b7fd8043 (patch)
treefea527a486d4b9537d262006f722db8ae17ef916 /pkgs
parentbebfff6fc556ac2c95bb3d262fbf939ae05d6e65 (diff)
parentb03ab5054a366767f98c753914861623bdd41661 (diff)
downloadnixpkgs-bf3c1735954e830c36c09f54fc7f8303b7fd8043.tar
nixpkgs-bf3c1735954e830c36c09f54fc7f8303b7fd8043.tar.gz
nixpkgs-bf3c1735954e830c36c09f54fc7f8303b7fd8043.tar.bz2
nixpkgs-bf3c1735954e830c36c09f54fc7f8303b7fd8043.tar.lz
nixpkgs-bf3c1735954e830c36c09f54fc7f8303b7fd8043.tar.xz
nixpkgs-bf3c1735954e830c36c09f54fc7f8303b7fd8043.tar.zst
nixpkgs-bf3c1735954e830c36c09f54fc7f8303b7fd8043.zip
Merge pull request #76067 from jonasnick/lightning-0.8.0
clightning: 0.7.3 -> 0.8.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/blockchains/clightning.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/clightning.nix b/pkgs/applications/blockchains/clightning.nix
index 61c2acab563..f6c9fee7a1c 100644
--- a/pkgs/applications/blockchains/clightning.nix
+++ b/pkgs/applications/blockchains/clightning.nix
@@ -4,11 +4,11 @@
 with stdenv.lib;
 stdenv.mkDerivation rec {
   pname = "clightning";
-  version = "0.7.3";
+  version = "0.8.0";
 
   src = fetchurl {
     url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
-    sha256 = "ef2193940146d1b8ff0cc03602842c4d81db9ca6a5e73927e4f8932715e931a4";
+    sha256 = "053e43bbe71564e9be8b2b56346a88986646ef6849a0af67cece01858b93306a";
   };
 
   enableParallelBuilding = true;