aws-c-cal: 0.6.9 -> 0.6.10

This commit is contained in:
R. Ryantm 2024-02-15 16:25:52 +00:00
parent c3ef726ee1
commit 67375d11d4

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-cal";
version = "0.6.9";
version = "0.6.10";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-m/RwGXeSjYOJQwCxfPyL4TdJ3gV66zHgVkWd3bpSaJE=";
sha256 = "sha256-rzJypIf0DrKI/2Wt5vFop34dL+KYTeCfWC0RflZpiMo=";
};
nativeBuildInputs = [ cmake ];