Merge pull request #235523 from marsam/update-hyperledger-fabric

hyperledger-fabric: 2.4.9 -> 2.5.1
This commit is contained in:
Mario Rodas 2023-06-02 07:23:25 -05:00 committed by GitHub
commit 1f412d7198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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