Skip to content

Commit bbcb77d

Browse files
authored
nixpacks: 1.31.0 -> 1.33.0 (#377273)
2 parents 5d38c83 + 3c164a4 commit bbcb77d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

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

1111
src = fetchFromGitHub {
1212
owner = "railwayapp";
13-
repo = pname;
13+
repo = "nixpacks";
1414
rev = "v${version}";
15-
sha256 = "sha256-t9eC7WdPGROLW+j/2O4rV2n16hA9/+rHHyB8E5LLUnE=";
15+
hash = "sha256-YI/4hr1910ScL3HvjiijRmFq4P3xMxn3el1xPd7i53o=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-496hDZQorc5lnbg07Wps1I9dtxwxq5EGH4hly5tfUQ8=";
19+
cargoHash = "sha256-WQqGKkOSmbAcVoVVxL9YdNl9DnirNKGsg5d+s9uwTWc=";
2020

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

0 commit comments

Comments
 (0)