Skip to content

Commit 69a0fed

Browse files
authored
awsbck: 0.3.10 -> 0.3.12 (#391682)
2 parents 1b9c962 + 63d43aa commit 69a0fed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/backup/awsbck/default.nix

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

77
rustPlatform.buildRustPackage rec {
88
pname = "awsbck";
9-
version = "0.3.10";
9+
version = "0.3.12";
1010

1111
src = fetchFromGitHub {
1212
owner = "beeb";
1313
repo = "awsbck";
1414
rev = "v${version}";
15-
hash = "sha256-6AJTNJ/vuRAMnkuOoBVmEAlJy18OZDWVr4OzFv9/oag=";
15+
hash = "sha256-C5QaOxZ9DQuda+slf8uqPQYVgDtS5Lhm3AFn8K2G/T4=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-sr9E6AbgGibOhlg+LOuYL5ysd6gHDyKOAYJTwjrzl2E=";
19+
cargoHash = "sha256-Pb4tnP8BiVTfUR1qM1dUXj9aCmdK23YYxQ4KQQc4z54=";
2020

2121
# tests run in CI on the source repo
2222
doCheck = false;

0 commit comments

Comments
 (0)