aws-c-auth: 0.7.17 -> 0.7.18

Diff: https://github.com/awslabs/aws-c-auth/compare/v0.7.17...v0.7.18
This commit is contained in:
Artturin 2024-05-01 04:40:14 +03:00
parent c83afadf29
commit fdf91cceb1

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-auth";
version = "0.7.17";
version = "0.7.18";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-auth";
rev = "v${version}";
hash = "sha256-dSb8VgL/fxU7yHomj/ThcLCrGrvern1ESho5oM39Um4=";
hash = "sha256-JWYJz8ugYvXDvtJ5dRWVcA8F3PdjxO8aCc8l0jghYXg=";
};
nativeBuildInputs = [