process-compose: 1.73.0 -> 1.75.1 (#442716)

This commit is contained in:
Yohann Boniface
2025-09-13 20:40:58 +00:00
committed by GitHub
+3 -3
View File
@@ -10,13 +10,13 @@ let
in
buildGoModule rec {
pname = "process-compose";
version = "1.73.0";
version = "1.75.1";
src = fetchFromGitHub {
owner = "F1bonacc1";
repo = "process-compose";
tag = "v${version}";
hash = "sha256-oqScez+Ms01/TyGo3HmhtEgofIbpLqQtEyQH6kxVGrw=";
hash = "sha256-4Frcslk0QBRl3OuWt4+erXoZhIUut8G0op91+1U1bfI=";
# 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-fV0yuANSZyJlPGZ/nt5q9Bz6ps5bKM8gtLmNmfPMMoU=";
vendorHash = "sha256-AXmULIWtEsNhSZ764BH5AkXlh49HNKT1jZABzhPIzPQ=";
doCheck = false;