aws-c-auth: 0.7.16 -> 0.7.17

Diff: https://github.com/awslabs/aws-c-auth/compare/v0.7.16...v0.7.17
This commit is contained in:
Mario Rodas
2024-04-17 04:20:00 +00:00
parent 9cf87a29ee
commit be80f8bd50

View File

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