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

cglm: 0.9.1 -> 0.9.2
This commit is contained in:
Weijia Wang
2024-01-28 07:49:23 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "cglm";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "recp";
repo = "cglm";
rev = "v${version}";
sha256 = "sha256-qOPOJ+h1bq5yKkP3ZNeZnRwiOMSgS7bxTk7s/5tREQw=";
sha256 = "sha256-jaG+XGbSx5SaNhGFWLh+1WTB+ya3c5tBZYs9xKIRafI=";
};
nativeBuildInputs = [ cmake ];