Merge pull request #235523 from marsam/update-hyperledger-fabric
hyperledger-fabric: 2.4.9 -> 2.5.1
This commit is contained in:
commit
1f412d7198
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hyperledger-fabric";
|
pname = "hyperledger-fabric";
|
||||||
version = "2.4.9";
|
version = "2.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hyperledger";
|
owner = "hyperledger";
|
||||||
repo = "fabric";
|
repo = "fabric";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-tHchOki5xlu87onUCqdK/OQxJ6lcvhlUlLcQM6Fap+A=";
|
hash = "sha256-hZAGLSf/hez2pvfmaZJRD5b7GW3+exUXgLXUd2Awvpg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
Loading…
Reference in a new issue