cargo-lambda: 1.5.0 -> 1.6.1

This commit is contained in:
David Calavera
2024-12-21 18:14:56 +00:00
parent 8ddbc44326
commit 1987668c4b
@@ -16,16 +16,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-lambda";
version = "1.5.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-58kVtwBZEAlv9eVesqmWMZ+KxAwEiGMm8mCf9X5tPMI=";
hash = "sha256-O4yJ+6Uk4dHjCDp28JbUtL/B+v9JJEGkinZ4MsIpjUk=";
};
cargoHash = "sha256-DoMIVpYtEHvYSW2THpZFdhoFI0zjC70hYnwnzGwkJ4Q=";
cargoHash = "sha256-vK37S5hLuHYimTljo0i6iRq2kt/r0kZ6Uqw2wQMhSGc=";
nativeCheckInputs = [ cacert ];
@@ -42,11 +42,6 @@ rustPlatform.buildRustPackage rec {
Security
];
checkFlags = [
# Tests disabled because they access the network.
"--skip=test_download_example"
];
# Remove files that don't make builds reproducible:
# - Remove build.rs file that adds the build date to the version.
# - Remove cargo_lambda.rs that contains tests that reach the network.