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

cglm: 0.9.2 -> 0.9.4
This commit is contained in:
Weijia Wang 2024-07-09 00:31:00 +02:00 committed by GitHub
commit 9acf20faa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "cglm";
version = "0.9.2";
version = "0.9.4";
src = fetchFromGitHub {
owner = "recp";
repo = "cglm";
rev = "v${version}";
sha256 = "sha256-jaG+XGbSx5SaNhGFWLh+1WTB+ya3c5tBZYs9xKIRafI=";
sha256 = "sha256-VQgnc3DSZoY1ounc9fj3Mju52noI0JZ7ck8FqWpEgY8=";
};
nativeBuildInputs = [ cmake ];