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

hyperledger-fabric: 2.5.1 -> 2.5.5
This commit is contained in:
Mario Rodas 2024-02-14 13:30:14 -05:00 committed by GitHub
commit b46cd6cfe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "hyperledger-fabric";
version = "2.5.1";
version = "2.5.5";
src = fetchFromGitHub {
owner = "hyperledger";
repo = "fabric";
rev = "v${version}";
hash = "sha256-hZAGLSf/hez2pvfmaZJRD5b7GW3+exUXgLXUd2Awvpg=";
hash = "sha256-Ev9a+d15kr6apKyGR5xTa/2I3cByyPSTW2Y+HAQk9GU=";
};
vendorHash = null;