cargo-lambda: 1.2.1 -> 1.3.0

This commit is contained in:
Matthew Brown 2024-06-21 14:54:10 +01:00 committed by Alyssa Ross
parent a1b4ea8024
commit 959b505da3

View File

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-lambda";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-E9jUlEiHyf5UR/UZxJj9LTfyAxGR/WsvRQdFdIVvLG8=";
hash = "sha256-6259HRTMQZWQ8wDcsExvUVzl9IaChsMmB6zaVAeSSAM=";
};
cargoHash = "sha256-IXMkgpyYwll8NwTXRffbsSP5uFHGJe1n2RQ1Mbu+E70=";
cargoHash = "sha256-fMQFifEnEsDU99vWifPWgHpGGZae84xez3m01MLK7Mo=";
nativeCheckInputs = [cacert];
@ -49,6 +49,14 @@ rustPlatform.buildRustPackage rec {
"--skip=test_init_subcommand_without_override"
"--skip=test_build_example"
"--skip=test_deploy_workspace"
"--skip=test_add_files"
"--skip=test_consistent_hash"
"--skip=test_create_binary_archive_from_target"
"--skip=test_create_binary_archive_with_base_path"
"--skip=test_zip_extension"
"--skip=test_zip_funcion"
"--skip=test_zip_funcion_with_files"
"--skip=test_zip_internal_extension"
];
# remove date from version output to make reproducible