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

aws-c-common: 0.4.63 -> 0.4.64
This commit is contained in:
Sandro 2021-01-19 14:52:17 +01:00 committed by GitHub
commit d7dcda94fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-common";
version = "0.4.63";
version = "0.4.64";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "16bc6fn1gq3nqcrzgpi2kjphq7xkkr73aljakrg89ysm6hyzyim9";
sha256 = "sha256-izEZMOPHj/9EL78b/t3M0Tki6eA8eRrpG7DO2tkpf1A=";
};
nativeBuildInputs = [ cmake ];