Skip to content

Commit 1d14995

Browse files
authored
nixpacks: 1.29.1 -> 1.30.0 (#363454)
2 parents b47831e + 4e3ef90 commit 1d14995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ni/nixpacks/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "nixpacks";
5-
version = "1.29.1";
5+
version = "1.30.0";
66

77
src = fetchFromGitHub {
88
owner = "railwayapp";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "sha256-n4qPr3YL2DnnnUX/HqZ/2h7I4N8Du/dZ5Q2/N31q4R4=";
11+
sha256 = "sha256-UFpTDZAPFZIoI0pOWZDhx7t/GhXNY4Xy1DtwvjPzSGs=";
1212
};
1313

14-
cargoHash = "sha256-Qo+yapjCrtov71dYRrKuWFsrUtlbOHsvsoMPzCBTIxI=";
14+
cargoHash = "sha256-ecrAaix3dsCa6nTvZ1jqAwW5N/7lF+0MclXkk7zt2zk=";
1515

1616
# skip test due FHS dependency
1717
doCheck = false;

0 commit comments

Comments
 (0)