about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-26 01:43:04 +0100
committerGitHub <noreply@github.com>2020-11-26 01:43:04 +0100
commitc232a995ab9a9cf7d2b3ffbbc7312262b8f3f38f (patch)
tree1dd6a48a4f9a1ac9fb480781fb086082f317d64c /pkgs/applications
parent96aff01d12812c421793a81fb961f073193061ae (diff)
parentb0be68407d59f10d31f28c009a0af7f4b24f04a1 (diff)
Merge pull request #104949 from r-ryantm/auto-update/clightning
clightning: 0.9.1 -> 0.9.2
Diffstat (limited to 'pkgs/applications')
-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 2467d30992200..b17876325d5ef 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.9.1";
+  version = "0.9.2";
 
   src = fetchurl {
     url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
-    sha256 = "4923e2fa001cfc2403d1bed368710499d5def322e6384b8eea2bd39d3351a417";
+    sha256 = "022fw6rbn0chg0432h9q05w8qnys0hd9hf1qm2qlnnmamxw4dyfy";
   };
 
   enableParallelBuilding = true;