awsbck: 0.3.12 -> 0.3.13 (#416131)

Co-authored-by: beeb <beeb@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-12 12:49:48 +00:00
committed by GitHub
co-authored by beeb
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "awsbck";
version = "0.3.12";
version = "0.3.13";
src = fetchFromGitHub {
owner = "beeb";
repo = "awsbck";
rev = "v${version}";
hash = "sha256-C5QaOxZ9DQuda+slf8uqPQYVgDtS5Lhm3AFn8K2G/T4=";
hash = "sha256-7ykDkCA6c5MzaMWT+ZjNBhPOZO8UNYIP5sNwoFx1XT8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Pb4tnP8BiVTfUR1qM1dUXj9aCmdK23YYxQ4KQQc4z54=";
cargoHash = "sha256-L7iWM5T/FRK+0KQROILg4Mns1+cwPPGKfe0H00FJrSo=";
# tests run in CI on the source repo
doCheck = false;