Commit 19980fc8 authored by Mario Rodas's avatar Mario Rodas
Browse files

hyperledger-fabric: 2.5.1 -> 2.5.5

parent fcd1520a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "hyperledger-fabric";
  version = "2.5.1";
  version = "2.5.5";

  src = fetchFromGitHub {
    owner = "hyperledger";
    repo = "fabric";
    rev = "v${version}";
    hash = "sha256-hZAGLSf/hez2pvfmaZJRD5b7GW3+exUXgLXUd2Awvpg=";
    hash = "sha256-Ev9a+d15kr6apKyGR5xTa/2I3cByyPSTW2Y+HAQk9GU=";
  };

  vendorHash = null;