Skip to content

Commit b46cd6c

Browse files
authored
Merge pull request #288828 from marsam/update-hyperledger-fabric
hyperledger-fabric: 2.5.1 -> 2.5.5
2 parents c921409 + 19980fc commit b46cd6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/misc/hyperledger-fabric/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
buildGoModule rec {
77
pname = "hyperledger-fabric";
8-
version = "2.5.1";
8+
version = "2.5.5";
99

1010
src = fetchFromGitHub {
1111
owner = "hyperledger";
1212
repo = "fabric";
1313
rev = "v${version}";
14-
hash = "sha256-hZAGLSf/hez2pvfmaZJRD5b7GW3+exUXgLXUd2Awvpg=";
14+
hash = "sha256-Ev9a+d15kr6apKyGR5xTa/2I3cByyPSTW2Y+HAQk9GU=";
1515
};
1616

1717
vendorHash = null;

0 commit comments

Comments
 (0)