aws-c-auth: 0.7.17 -> 0.7.18

Diff: https://github.com/awslabs/aws-c-auth/compare/v0.7.17...v0.7.18

Artturin fdf91cce c83afadf

+2 -2
+2 -2
pkgs/development/libraries/aws-c-auth/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "aws-c-auth"; 17 - version = "0.7.17"; 17 + version = "0.7.18"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "awslabs"; 21 21 repo = "aws-c-auth"; 22 22 rev = "v${version}"; 23 - hash = "sha256-dSb8VgL/fxU7yHomj/ThcLCrGrvern1ESho5oM39Um4="; 23 + hash = "sha256-JWYJz8ugYvXDvtJ5dRWVcA8F3PdjxO8aCc8l0jghYXg="; 24 24 }; 25 25 26 26 nativeBuildInputs = [