Skip to content

Commit

Permalink
process-compose: 1.40.1 -> 1.46.0 (NixOS#366985)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 21, 2024
2 parents fe1376b + 5d40d05 commit f751123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pr/process-compose/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ let
in
buildGoModule rec {
pname = "process-compose";
version = "1.40.1";
version = "1.46.0";

src = fetchFromGitHub {
owner = "F1bonacc1";
repo = pname;
rev = "v${version}";
hash = "sha256-/A/5tdALlb1ultEPTj6+EztjGc7PT9O7VyWey/EyLbQ=";
hash = "sha256-E7ovd/dNSMxVld7CS4ZjxZxUVDXLuoQR7W4ZZ1cPMP0=";
# 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;
Expand Down Expand Up @@ -45,7 +45,7 @@ buildGoModule rec {
installShellFiles
];

vendorHash = "sha256-ekNISmU9TVi+YA2f3uJVyMsv8xkT8DmDUBw1ASqIfcY=";
vendorHash = "sha256-pztub6PsHhF56ks4UFG9u/mGrvKFUZi+7EudpP9DVYE=";

doCheck = false;

Expand Down

0 comments on commit f751123

Please sign in to comment.