hyperledger-fabric: 2.4.6 -> 2.4.9

https://github.com/hyperledger/fabric/releases/tag/v2.4.9
This commit is contained in:
Mario Rodas 2023-03-17 04:20:00 +00:00
parent c1329a147a
commit 76827e5ec8
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 { };