Merge pull request #229936 from r-ryantm/auto-update/cglm

cglm: 0.8.9 -> 0.9.0
This commit is contained in:
Weijia Wang 2023-05-05 00:37:17 +03:00 committed by GitHub
commit 8f1e07fcc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "cglm";
version = "0.8.9";
version = "0.9.0";
src = fetchFromGitHub {
owner = "recp";
repo = "cglm";
rev = "v${version}";
sha256 = "sha256-e90N8bHFt3dOzppa4xkB7qra7/bHhAexTEYGXPFXS4s=";
sha256 = "sha256-V6qX6f1pETjDHVu+VJXRDcKKiCBYuQnh8Bz48HRyRR8=";
};
nativeBuildInputs = [ cmake ];