hyperledger-fabric: 2.4.9 -> 2.5.1

Diff: https://github.com/hyperledger/fabric/compare/v2.4.9...v2.5.1
This commit is contained in:
Mario Rodas 2023-06-02 04:20:00 +00:00
parent 95be94370d
commit 27f0add487

View file

@ -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;