nixpacks: 1.30.0 -> 1.31.0

This commit is contained in:
R. Ryantm 2025-01-14 03:43:46 +00:00
parent 9b8c09ebfa
commit f99cd8fe96

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "nixpacks";
version = "1.30.0";
version = "1.31.0";
src = fetchFromGitHub {
owner = "railwayapp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UFpTDZAPFZIoI0pOWZDhx7t/GhXNY4Xy1DtwvjPzSGs=";
sha256 = "sha256-t9eC7WdPGROLW+j/2O4rV2n16hA9/+rHHyB8E5LLUnE=";
};
cargoHash = "sha256-ecrAaix3dsCa6nTvZ1jqAwW5N/7lF+0MclXkk7zt2zk=";
cargoHash = "sha256-HGAhXhThcxCmjJt4Xu3qU5LSBNKvC3rztWVQoiB7GQs=";
# skip test due FHS dependency
doCheck = false;