Skip to content

Commit 752804c

Browse files
cargo-lambda: 1.8.4 -> 1.8.5 (#405136)
Co-authored-by: matthiasbeyer <[email protected]>
2 parents 1f12271 + 8db8441 commit 752804c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-lambda/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414

1515
rustPlatform.buildRustPackage rec {
1616
pname = "cargo-lambda";
17-
version = "1.8.4";
17+
version = "1.8.5";
1818

1919
src = fetchFromGitHub {
2020
owner = "cargo-lambda";
2121
repo = "cargo-lambda";
2222
tag = "v${version}";
23-
hash = "sha256-v4QWHbgxzizB1Za2jRi0YxCCqnympHGzOioNFk0DED4=";
23+
hash = "sha256-iYfm7/XbLThtEo+zSW8sn7T6XEhzyiVKy6/cisshc+Y=";
2424
};
2525

2626
useFetchCargoVendor = true;
27-
cargoHash = "sha256-MTI+ESP0DLGjNoVZjMCpD2IXxkP7IXpB3AlSTpUf3rM=";
27+
cargoHash = "sha256-mCD3Szbl5BXknTWJhm2xlcIV0aKczsEi8yRDA4erTYc=";
2828

2929
nativeCheckInputs = [ cacert ];
3030

0 commit comments

Comments
 (0)