summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-07-09 00:31:00 +0200
committerGitHub <noreply@github.com>2024-07-09 00:31:00 +0200
commit9acf20faa77cf467fd9a56bc959c0593b551fa5b (patch)
tree9643b5c1ab89ded414daab159540f90d58892ee3
parent817cd63f8f9ea33a16cd06e400a35a2e00b4310b (diff)
parentef9b62c6e0efba1cab9624ed773d9012b9c5a83d (diff)
Merge pull request #299382 from r-ryantm/auto-update/cglm
cglm: 0.9.2 -> 0.9.4
-rw-r--r--pkgs/development/libraries/cglm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/cglm/default.nix b/pkgs/development/libraries/cglm/default.nix
index 6211a801d0f9..3ad9c33bb3cf 100644
--- a/pkgs/development/libraries/cglm/default.nix
+++ b/pkgs/development/libraries/cglm/default.nix
@@ -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 ];