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

aws-c-auth: 0.6.18 -> 0.6.19

authored by Mario Rodas and committed by GitHub 8fb7b99c a57575aa

+2 -2
+2 -2
pkgs/development/libraries/aws-c-auth/default.nix
··· 14 15 stdenv.mkDerivation rec { 16 pname = "aws-c-auth"; 17 - version = "0.6.18"; 18 19 src = fetchFromGitHub { 20 owner = "awslabs"; 21 repo = "aws-c-auth"; 22 rev = "v${version}"; 23 - sha256 = "sha256-id4PrPK40yG7DDVh5QWwq2PP7QAso47vgWT8TxIVYXY="; 24 }; 25 26 nativeBuildInputs = [
··· 14 15 stdenv.mkDerivation rec { 16 pname = "aws-c-auth"; 17 + version = "0.6.20"; 18 19 src = fetchFromGitHub { 20 owner = "awslabs"; 21 repo = "aws-c-auth"; 22 rev = "v${version}"; 23 + sha256 = "sha256-d6o+ClQMhoSU8wjdP0nr+g6r4ZqzXhxBJcEfTOSlS7o="; 24 }; 25 26 nativeBuildInputs = [