Unverified Commit e6d71af1 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

hyperledger-fabric: 2.4.6 -> 2.4.9
parents 84e6e05c 76827e5e
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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 = [
+1 −3
Original line number Diff line number Diff line
@@ -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 { };