about summary refs log tree commit diff
path: root/pkgs/development/libraries/cglm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-21 02:32:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-21 02:32:52 +0000
commitcb6528f5c23cfac57cfd854bcdc4482d07026684 (patch)
treea6b618d4e9cd62af2bfdf14d4ab95034d26516ed /pkgs/development/libraries/cglm
parent6a300e5a27c4cf57b4e322fa6bf7dbf885f52632 (diff)
cglm: 0.8.4 -> 0.8.5
Diffstat (limited to 'pkgs/development/libraries/cglm')
-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 dfc9f81edb621..50a9bf62c54bf 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.8.4";
+  version = "0.8.5";
 
   src = fetchFromGitHub {
     owner = "recp";
     repo = "cglm";
     rev = "v${version}";
-    sha256 = "sha256-AJK1M6iyYdL61pZQhbUWzf+YOUE5FEvUyKqxbQqc7H0=";
+    sha256 = "sha256-PJHDZXc0DD/d+K/4uouv5F8gAf1sE5e3jLkGILPMpnI=";
   };
 
   nativeBuildInputs = [ cmake ];