Merge pull request #130666 from r-ryantm/auto-update/aws-c-common

This commit is contained in:
Sandro 2021-07-20 19:47:48 +02:00 committed by GitHub
commit 56644459ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-common";
version = "0.5.11";
version = "0.6.8";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4CYbL+ICabKvpfjlALJ0wRbuwgy+JKJnKqYbQFsHQsI=";
sha256 = "sha256-wtgD8txViYu7yXdnID6TTf4gCDmvebD19XRxFnubndY=";
};
nativeBuildInputs = [ cmake ];