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 5d38c83 + 3c164a4 commit bbcb77dCopy full SHA for bbcb77d
pkgs/by-name/ni/nixpacks/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "nixpacks";
9
- version = "1.31.0";
+ version = "1.33.0";
10
11
src = fetchFromGitHub {
12
owner = "railwayapp";
13
- repo = pname;
+ repo = "nixpacks";
14
rev = "v${version}";
15
- sha256 = "sha256-t9eC7WdPGROLW+j/2O4rV2n16hA9/+rHHyB8E5LLUnE=";
+ hash = "sha256-YI/4hr1910ScL3HvjiijRmFq4P3xMxn3el1xPd7i53o=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-496hDZQorc5lnbg07Wps1I9dtxwxq5EGH4hly5tfUQ8=";
+ cargoHash = "sha256-WQqGKkOSmbAcVoVVxL9YdNl9DnirNKGsg5d+s9uwTWc=";
20
21
# skip test due FHS dependency
22
doCheck = false;
0 commit comments