glm: 1.0.2 -> 1.0.3 (#526523)

This commit is contained in:
dotlambda
2026-06-07 16:15:27 +00:00
committed by GitHub
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ callPackage ./generic.nix rec {
src = fetchFromGitHub {
owner = "g-truc";
repo = "glm";
rev = version;
sha256 = "sha256-GnGyzNRpzuguc3yYbEFtYLvG+KiCtRAktiN+NvbOICE=";
tag = version;
hash = "sha256-GnGyzNRpzuguc3yYbEFtYLvG+KiCtRAktiN+NvbOICE=";
};
}
+1
View File
@@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
'';
meta = {
changelog = "https://github.com/g-truc/glm/releases/tag/${src.tag}";
description = "OpenGL Mathematics library for C++";
longDescription = ''
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
+2 -2
View File
@@ -9,7 +9,7 @@ callPackage ./generic.nix rec {
src = fetchFromGitHub {
owner = "g-truc";
repo = "glm";
rev = version;
sha256 = "sha256-2xKv1nO+OdwA0r+I9OZ+OCL9dJFg/LJsQfIvIF76vc0=";
tag = version;
hash = "sha256-6WnVvFiTe1/OYj/oTGpCjZKNFurR9MxJ4zf0nDg0Alk=";
};
}