aws-c-io: 0.14.7 -> 0.14.9

This commit is contained in:
R. Ryantm 2024-06-09 10:46:35 +00:00
parent d104d10c32
commit 3c0e6d65f2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "aws-c-io"; pname = "aws-c-io";
version = "0.14.7"; version = "0.14.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "awslabs"; owner = "awslabs";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Z4o1vv/8FWp3S7GfLDsV0a8ih+IdJIUC0DL4klOXjnw="; hash = "sha256-YrEpb4+yzrNci0/ZW+UsPlEmnCBkcRFDgo8SuxsTWXg=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];