Skip to content

Commit

Permalink
awsbck: 0.3.9 -> 0.3.10 (NixOS#373437)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 13, 2025
2 parents 553b6bf + 24f9d18 commit ab02c77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/backup/awsbck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "awsbck";
version = "0.3.9";
version = "0.3.10";

src = fetchFromGitHub {
owner = "beeb";
repo = "awsbck";
rev = "v${version}";
hash = "sha256-KHbAmx2CsRqatGt5zTvqZSq8fwcClRZkeMHucLAr8bY=";
hash = "sha256-6AJTNJ/vuRAMnkuOoBVmEAlJy18OZDWVr4OzFv9/oag=";
};

cargoHash = "sha256-dMXaIFc0e6PMYiQrokQoUc1xAVCccE92WzM2fl7tOBQ=";
cargoHash = "sha256-kJLkI+01tZMYnvxr8Gnuq7ia9iGEYrlUNvHv9Fg7L6s=";

# tests run in CI on the source repo
doCheck = false;
Expand Down

0 comments on commit ab02c77

Please sign in to comment.