Skip to content

Commit 19980fc

Browse files
committed
hyperledger-fabric: 2.5.1 -> 2.5.5
Diff: hyperledger/fabric@v2.5.1...v2.5.5
1 parent fcd1520 commit 19980fc

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)