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

hyperledger-fabric: 2.4.6 -> 2.4.9

authored by

Mario Rodas and committed by
GitHub
e6d71af1 84e6e05c

+6 -6
+5 -3
pkgs/tools/misc/hyperledger-fabric/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "hyperledger-fabric"; 8 - version = "2.4.6"; 8 + version = "2.4.9"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "hyperledger"; 12 12 repo = "fabric"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-Q0qrDPih3M4YCzjhLFBy51qVvoICwwn1LJf63rYiUUg="; 14 + hash = "sha256-tHchOki5xlu87onUCqdK/OQxJ6lcvhlUlLcQM6Fap+A="; 15 15 }; 16 16 17 - vendorSha256 = null; 17 + vendorHash = null; 18 18 19 19 postPatch = '' 20 20 # Broken 21 21 rm cmd/peer/main_test.go 22 + # Requires network 23 + rm cmd/osnadmin/main_test.go 22 24 ''; 23 25 24 26 subPackages = [
+1 -3
pkgs/top-level/all-packages.nix
··· 30573 30573 30574 30574 hyperion-ng = libsForQt5.callPackage ../applications/video/hyperion-ng { }; 30575 30575 30576 - hyperledger-fabric = callPackage ../tools/misc/hyperledger-fabric { 30577 - buildGoModule = buildGo119Module; # go 1.20 build failure 30578 - }; 30576 + hyperledger-fabric = callPackage ../tools/misc/hyperledger-fabric { }; 30579 30577 30580 30578 hypnotix = callPackage ../applications/video/hypnotix { }; 30581 30579