Unverified Commit 69a0fed1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

awsbck: 0.3.10 -> 0.3.12 (#391682)

parents 1b9c962c 63d43aae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

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

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

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

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