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 15 stdenv.mkDerivation rec { 16 pname = "aws-c-auth"; 17 - version = "0.7.17"; 18 19 src = fetchFromGitHub { 20 owner = "awslabs"; 21 repo = "aws-c-auth"; 22 rev = "v${version}"; 23 - hash = "sha256-dSb8VgL/fxU7yHomj/ThcLCrGrvern1ESho5oM39Um4="; 24 }; 25 26 nativeBuildInputs = [
··· 14 15 stdenv.mkDerivation rec { 16 pname = "aws-c-auth"; 17 + version = "0.7.18"; 18 19 src = fetchFromGitHub { 20 owner = "awslabs"; 21 repo = "aws-c-auth"; 22 rev = "v${version}"; 23 + hash = "sha256-JWYJz8ugYvXDvtJ5dRWVcA8F3PdjxO8aCc8l0jghYXg="; 24 }; 25 26 nativeBuildInputs = [