aws-c-auth: 0.7.10 -> 0.7.16

Diff: https://github.com/awslabs/aws-c-auth/compare/v0.7.10...v0.7.16
This commit is contained in:
Mario Rodas 2024-03-28 04:20:00 +00:00
parent b7f5afe90a
commit 0cfc0b0b72
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-auth";
version = "0.7.10";
version = "0.7.16";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-auth";
rev = "v${version}";
hash = "sha256-yJ0sgw0y9tIiIHgTPVnfYd8zAGjO83qfeeEzstGH9CE=";
hash = "sha256-76sBv4oChDrkv80HPktkULFNC37kfTNxjlwNg/FJiyA=";
};
nativeBuildInputs = [