Merge pull request #243282 from beeb/awsbck

awsbck: 0.3.2 -> 0.3.3
This commit is contained in:
figsoda
2023-07-13 19:15:54 -04:00
committed by GitHub
+3 -3
View File
@@ -8,20 +8,20 @@
rustPlatform.buildRustPackage rec {
pname = "awsbck";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "beeb";
repo = "awsbck";
rev = "v${version}";
hash = "sha256-4iFPHMCWKOfwqdjCLQqWHSs5SwXi+K2sQu75ecsolSs=";
hash = "sha256-L5hQ6vwuC9HuAGD9mvS8BGkPV3Ry5jJgRUF4Qf7fqaM=";
};
nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
cargoSha256 = "sha256-GH7ybr9ncbcvtyYCmYrG1aSA3lc+qmqivAbNVVqpMPQ=";
cargoSha256 = "sha256-VKm27IzCUv3e1Mapb46SBJqvEwifgGxaRX2uM9MTNnQ=";
doCheck = false;