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

hyperledger-fabric: 2.4.6 -> 2.4.9
This commit is contained in:
Mario Rodas 2023-03-18 02:26:29 -05:00 committed by GitHub
commit e6d71af1f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -5,20 +5,22 @@
buildGoModule rec {
pname = "hyperledger-fabric";
version = "2.4.6";
version = "2.4.9";
src = fetchFromGitHub {
owner = "hyperledger";
repo = "fabric";
rev = "v${version}";
sha256 = "sha256-Q0qrDPih3M4YCzjhLFBy51qVvoICwwn1LJf63rYiUUg=";
hash = "sha256-tHchOki5xlu87onUCqdK/OQxJ6lcvhlUlLcQM6Fap+A=";
};
vendorSha256 = null;
vendorHash = null;
postPatch = ''
# Broken
rm cmd/peer/main_test.go
# Requires network
rm cmd/osnadmin/main_test.go
'';
subPackages = [

View file

@ -30573,9 +30573,7 @@ with pkgs;
hyperion-ng = libsForQt5.callPackage ../applications/video/hyperion-ng { };
hyperledger-fabric = callPackage ../tools/misc/hyperledger-fabric {
buildGoModule = buildGo119Module; # go 1.20 build failure
};
hyperledger-fabric = callPackage ../tools/misc/hyperledger-fabric { };
hypnotix = callPackage ../applications/video/hypnotix { };