Skip to content

Commit

Permalink
process-compose: 1.27.0 -> 1.34.0 (#346512)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantm authored Oct 6, 2024
1 parent 957647e commit 82c9390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/process-compose/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ let config-module = "github.com/f1bonacc1/process-compose/src/config";
in
buildGoModule rec {
pname = "process-compose";
version = "1.27.0";
version = "1.34.0";

src = fetchFromGitHub {
owner = "F1bonacc1";
repo = pname;
rev = "v${version}";
hash = "sha256-v8tcnndAP4+1cRWW2LmAsmSIvALdeESuuv2QmRQhq/s=";
hash = "sha256-Ymd3X6qvdYENbjb2F0ajjb1j0tuy835W6YWCeuvLoXc=";
# 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

0 comments on commit 82c9390

Please sign in to comment.