3
0
Fork 0
forked from mirrors/nixpkgs

aws-c-common: 0.3.2 -> 0.3.3 (#56596)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-c-common/versions
This commit is contained in:
R. RyanTM 2019-04-08 15:36:07 -07:00 committed by xeji
parent a58ab8fc05
commit df1dbc6327

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-common";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "169ha105qgcvj93hf1bhlya2nlwh8g5fvypd6whfjs9k0hqddi0c";
sha256 = "0wfqs77plb37gp586a0pclxjlpsjvq44991am8p2g5j46zfz6pdx";
};
nativeBuildInputs = [ cmake ];