We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79d7743 + 378ad96 commit f94da0fCopy full SHA for f94da0f
pkgs/by-name/ni/nixpacks/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "nixpacks";
9
- version = "1.34.0";
+ version = "1.34.1";
10
11
src = fetchFromGitHub {
12
owner = "railwayapp";
13
repo = "nixpacks";
14
rev = "v${version}";
15
- hash = "sha256-pCCyGFAeeRV9OV6bp5KIUb8/ZD7mktBR0pV+bB14AZc=";
+ hash = "sha256-G3PIQfwddATVNhe/cEZBSFESX3grFqjUQjq40DB5mH4=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-/Q92s2I/JG745Nd2ZewKx4P/SMdyhXIMsR4oa7TImm8=";
+ cargoHash = "sha256-h6DoUCj7wjN/qiy0rsC2fCHhQ8hcmSwFu7zaRw9tCUs=";
20
21
# skip test due FHS dependency
22
doCheck = false;
0 commit comments