about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-06-02 07:23:25 -0500
committerGitHub <noreply@github.com>2023-06-02 07:23:25 -0500
commit1f412d71986b17a4caf387eafad9af579372b825 (patch)
tree50cbb11d54a57fbba15f3c9548d799b2be41a24c /pkgs
parent2e79f7787e828fb7e4ebfb5d619d89ec2b715e7e (diff)
parent27f0add4873737bd26f47f500007c79495b946d5 (diff)
Merge pull request #235523 from marsam/update-hyperledger-fabric
hyperledger-fabric: 2.4.9 -> 2.5.1
Diffstat (limited to 'pkgs')
-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;