glbinding: 3.3.0 -> 3.4.0 (#394330)

This commit is contained in:
Wolfgang Walther
2025-04-06 15:54:43 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "glbinding";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "cginternals";
repo = "glbinding";
rev = "v${version}";
sha256 = "sha256-xmEXZ1ssXzrElqd6D1zooFxLEyspsF4Dau3d9+1/2yw=";
sha256 = "sha256-EHvudihHL/MEVo0lbSqxrgc6TJnPH8Ia6bCJK0yNCbg=";
};
nativeBuildInputs = [ cmake ];