cargo-lambda: 0.21.1 -> 1.0.1

This commit is contained in:
Florentin Eckl 2024-01-15 20:05:17 +01:00
parent dc15666e4a
commit 5a6f0f7c3a
No known key found for this signature in database
2 changed files with 1589 additions and 1306 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,19 +14,19 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-lambda";
version = "0.21.1";
version = "1.0.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-QlTAYfd0taXfK370nzqictwK7bZ4bnh1oPBJKZzhnMo=";
hash = "sha256-KSJn8DRvm/ZLikCT8Tp9lb/ej0KSlZqRROs1yLNDa6c=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"cargo-test-macro-0.1.0" = "sha256-XvTKAbP/r1BthpEM84CYZ2yfJczxqzscGkN4JXLgvfA=";
"cargo-test-macro-0.1.0" = "sha256-s3PM5SHGwZRr1cKt3LTL9fSAhzZ6CaZmDMVUgnOr6R0=";
};
};