Unverified Commit 16e12530 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

process-compose: 1.94.0 -> 1.103.0 (#501720)

parents 9f31ee36 09fad59a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@ let
in
buildGoModule (finalAttrs: {
  pname = "process-compose";
  version = "1.94.0";
  version = "1.103.0";

  src = fetchFromGitHub {
    owner = "F1bonacc1";
    repo = "process-compose";
    tag = "v${finalAttrs.version}";
    hash = "sha256-5Lcy8evsgnKKLNi3zbuYHiDUVWIaYgzzUnF2rLWhY8U=";
    hash = "sha256-DLMMUMI/1ntsa5EydjOR+eTcscVsppX1jdRAhijTBLE=";

    # 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.
@@ -46,7 +46,7 @@ buildGoModule (finalAttrs: {
    installShellFiles
  ];

  vendorHash = "sha256-DWHzWksKBUTx5zOj+/zZ84hSWFLEDtacaKnLyOmmNbw=";
  vendorHash = "sha256-+1dFQYVHSux4WIjUifaUzkFVDzeelY18UA+0bPrXE+E=";

  doCheck = false;