Skip to content

Commit f94da0f

Browse files
authored
nixpacks: 1.34.0 -> 1.34.1 (#391258)
2 parents 79d7743 + 378ad96 commit f94da0f

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
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "nixpacks";
9-
version = "1.34.0";
9+
version = "1.34.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "railwayapp";
1313
repo = "nixpacks";
1414
rev = "v${version}";
15-
hash = "sha256-pCCyGFAeeRV9OV6bp5KIUb8/ZD7mktBR0pV+bB14AZc=";
15+
hash = "sha256-G3PIQfwddATVNhe/cEZBSFESX3grFqjUQjq40DB5mH4=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-/Q92s2I/JG745Nd2ZewKx4P/SMdyhXIMsR4oa7TImm8=";
19+
cargoHash = "sha256-h6DoUCj7wjN/qiy0rsC2fCHhQ8hcmSwFu7zaRw9tCUs=";
2020

2121
# skip test due FHS dependency
2222
doCheck = false;

0 commit comments

Comments
 (0)