Merge pull request #109902 from r-ryantm/auto-update/aws-c-io

aws-c-io: 0.7.0 -> 0.7.1
This commit is contained in:
Sandro
2021-01-19 14:53:26 +01:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-io";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "0wagc1205r57llqd39wqjasq3bgc8h1mfdqk4r5lcrnn4jbpcill";
sha256 = "sha256-dDvq5clOUaPR7lOCJ/1g0lrCzVOmzwCnqHrBZfBewO4=";
};
nativeBuildInputs = [ cmake ];