aws-c-auth: 0.6.19 -> 0.6.20

https://github.com/awslabs/aws-c-auth/releases/tag/v0.6.20
This commit is contained in:
Mario Rodas
2022-11-11 06:50:00 +00:00
parent 8367902e49
commit f5695368dc
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-auth";
version = "0.6.19";
version = "0.6.20";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-auth";
rev = "v${version}";
sha256 = "sha256-UozpsGdn/Y9lFot/QMIYcLhUcBfbXu/3gQHEzY5zPD0=";
sha256 = "sha256-d6o+ClQMhoSU8wjdP0nr+g6r4ZqzXhxBJcEfTOSlS7o=";
};
nativeBuildInputs = [