Merge pull request #301304 from ederoyd46/update-cargo-lambda_v1_2_0

cargo-lambda: 1.0.1 -> 1.2.1
This commit is contained in:
Maximilian Bosch 2024-04-10 14:23:24 +00:00 committed by GitHub
commit 9f3d1c8717
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5596 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,21 +15,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-lambda"; pname = "cargo-lambda";
version = "1.0.1"; version = "1.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-KSJn8DRvm/ZLikCT8Tp9lb/ej0KSlZqRROs1yLNDa6c="; hash = "sha256-E9jUlEiHyf5UR/UZxJj9LTfyAxGR/WsvRQdFdIVvLG8=";
}; };
cargoLock = { cargoHash = "sha256-IXMkgpyYwll8NwTXRffbsSP5uFHGJe1n2RQ1Mbu+E70=";
lockFile = ./Cargo.lock;
outputHashes = {
"cargo-test-macro-0.1.0" = "sha256-s3PM5SHGwZRr1cKt3LTL9fSAhzZ6CaZmDMVUgnOr6R0=";
};
};
nativeCheckInputs = [cacert]; nativeCheckInputs = [cacert];
@ -52,6 +47,8 @@ rustPlatform.buildRustPackage rec {
"--skip=test_download_example" "--skip=test_download_example"
"--skip=test_init_subcommand" "--skip=test_init_subcommand"
"--skip=test_init_subcommand_without_override" "--skip=test_init_subcommand_without_override"
"--skip=test_build_example"
"--skip=test_deploy_workspace"
]; ];
# remove date from version output to make reproducible # remove date from version output to make reproducible