about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-06-02 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-06-02 04:20:00 +0000
commit27f0add4873737bd26f47f500007c79495b946d5 (patch)
treeb156a674c4128031df014cf19b2625b7eae53bd2 /pkgs/tools/misc
parent95be94370d09f97f6af6a1df1eb9649b5260724e (diff)
hyperledger-fabric: 2.4.9 -> 2.5.1
Diff: https://github.com/hyperledger/fabric/compare/v2.4.9...v2.5.1
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/hyperledger-fabric/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/hyperledger-fabric/default.nix b/pkgs/tools/misc/hyperledger-fabric/default.nix
index 9d13e3f1c3938..b00df9c90273e 100644
--- a/pkgs/tools/misc/hyperledger-fabric/default.nix
+++ b/pkgs/tools/misc/hyperledger-fabric/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "hyperledger-fabric";
-  version = "2.4.9";
+  version = "2.5.1";
 
   src = fetchFromGitHub {
     owner = "hyperledger";
     repo = "fabric";
     rev = "v${version}";
-    hash = "sha256-tHchOki5xlu87onUCqdK/OQxJ6lcvhlUlLcQM6Fap+A=";
+    hash = "sha256-hZAGLSf/hez2pvfmaZJRD5b7GW3+exUXgLXUd2Awvpg=";
   };
 
   vendorHash = null;