We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b9c962 + 63d43aa commit 69a0fedCopy full SHA for 69a0fed
pkgs/tools/backup/awsbck/default.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "awsbck";
9
- version = "0.3.10";
+ version = "0.3.12";
10
11
src = fetchFromGitHub {
12
owner = "beeb";
13
repo = "awsbck";
14
rev = "v${version}";
15
- hash = "sha256-6AJTNJ/vuRAMnkuOoBVmEAlJy18OZDWVr4OzFv9/oag=";
+ hash = "sha256-C5QaOxZ9DQuda+slf8uqPQYVgDtS5Lhm3AFn8K2G/T4=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-sr9E6AbgGibOhlg+LOuYL5ysd6gHDyKOAYJTwjrzl2E=";
+ cargoHash = "sha256-Pb4tnP8BiVTfUR1qM1dUXj9aCmdK23YYxQ4KQQc4z54=";
20
21
# tests run in CI on the source repo
22
doCheck = false;
0 commit comments