Skip to content

Commit

Permalink
cargo-lambda: 1.5.0 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed Dec 21, 2024
1 parent 8ddbc44 commit 1987668
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pkgs/development/tools/rust/cargo-lambda/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand All @@ -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.
Expand Down

0 comments on commit 1987668

Please sign in to comment.