Skip to content

Commit e9adf53

Browse files
committed
chore: bump nix to 1.75.0
1 parent 46e1db2 commit e9adf53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let pkg = "github.com/f1bonacc1/process-compose/src/config";
44
in
55
buildGoModule rec {
66
pname = "process-compose";
7-
version = "1.73.0";
7+
version = "1.75.0";
88
go = pkgs.go_1_24;
99
env.CGO_ENABLED = 0;
1010

@@ -19,7 +19,7 @@ buildGoModule rec {
1919

2020
nativeBuildInputs = [ installShellFiles ];
2121

22-
vendorHash = "sha256-06174Hu0amHKA79nUMg/kX8hQCv9Y4ko0PxWypDh5sY=";
22+
vendorHash = "sha256-RWay4v6iJMaSd9n/d8iy+g7k8Y+oMawgdO7eQQLMzXY=";
2323
#vendorHash = lib.fakeHash;
2424

2525
postInstall = ''

0 commit comments

Comments
 (0)