We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c921409 + 19980fc commit b46cd6cCopy full SHA for b46cd6c
1 file changed
pkgs/tools/misc/hyperledger-fabric/default.nix
@@ -5,13 +5,13 @@
5
6
buildGoModule rec {
7
pname = "hyperledger-fabric";
8
- version = "2.5.1";
+ version = "2.5.5";
9
10
src = fetchFromGitHub {
11
owner = "hyperledger";
12
repo = "fabric";
13
rev = "v${version}";
14
- hash = "sha256-hZAGLSf/hez2pvfmaZJRD5b7GW3+exUXgLXUd2Awvpg=";
+ hash = "sha256-Ev9a+d15kr6apKyGR5xTa/2I3cByyPSTW2Y+HAQk9GU=";
15
};
16
17
vendorHash = null;
0 commit comments