glaze: 6.1.0 -> 6.2.0

This commit is contained in:
R. Ryantm
2025-12-11 20:02:36 +00:00
parent e16041020b
commit c1a0ea53de
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (final: {
pname = "glaze";
version = "6.1.0";
version = "6.2.0";
src = fetchFromGitHub {
owner = "stephenberry";
repo = "glaze";
tag = "v${final.version}";
hash = "sha256-H1paMc0LH743aMHCO/Ocp96SaaoXLcl/MDmmbtSJG+Q=";
hash = "sha256-gxSmCKzehnDfoexEm1V2cs91qDUzRJrtFjCsM1NHI9Y=";
};
nativeBuildInputs = [ cmake ];