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 { buildGoModule rec {
pname = "hyperledger-fabric"; pname = "hyperledger-fabric";
version = "2.4.6"; version = "2.4.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hyperledger"; owner = "hyperledger";
repo = "fabric"; repo = "fabric";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Q0qrDPih3M4YCzjhLFBy51qVvoICwwn1LJf63rYiUUg="; hash = "sha256-tHchOki5xlu87onUCqdK/OQxJ6lcvhlUlLcQM6Fap+A=";
}; };
vendorSha256 = null; vendorHash = null;
postPatch = '' postPatch = ''
# Broken # Broken
rm cmd/peer/main_test.go rm cmd/peer/main_test.go
# Requires network
rm cmd/osnadmin/main_test.go
''; '';
subPackages = [ subPackages = [

View file

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