Merge pull request #312440 from r-ryantm/auto-update/aws-c-auth

aws-c-auth: 0.7.18 -> 0.7.22
This commit is contained in:
Pol Dellaiera 2024-05-25 23:18:58 +02:00 committed by GitHub
commit d559b396b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-auth";
version = "0.7.18";
version = "0.7.22";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-auth";
rev = "v${version}";
hash = "sha256-JWYJz8ugYvXDvtJ5dRWVcA8F3PdjxO8aCc8l0jghYXg=";
hash = "sha256-8+SFag3hRQ+1aOK2vuHOV/gXE1qUIlAW5LNJDmUORLs=";
};
nativeBuildInputs = [