Unverified Commit 59c29761 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

process-compose: 1.46.0 -> 1.63.0 (#404570)

parents 52d87457 82ffb753
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@ let
in
buildGoModule rec {
  pname = "process-compose";
  version = "1.46.0";
  version = "1.63.0";

  src = fetchFromGitHub {
    owner = "F1bonacc1";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-E7ovd/dNSMxVld7CS4ZjxZxUVDXLuoQR7W4ZZ1cPMP0=";
    hash = "sha256-FnxpaaZLpYMqLGXv/9HP3jh0DuujXoDH2H+omRzgeyQ=";
    # populate values that require us to use git. By doing this in postFetch we
    # can delete .git afterwards and maintain better reproducibility of the src.
    leaveDotGit = true;
@@ -45,7 +45,7 @@ buildGoModule rec {
    installShellFiles
  ];

  vendorHash = "sha256-pztub6PsHhF56ks4UFG9u/mGrvKFUZi+7EudpP9DVYE=";
  vendorHash = "sha256-4ktj2mRSrY81xvQJd76jo9WJw/ohHXypWuSANp9C+6U=";

  doCheck = false;