glaze: 7.2.3 -> 7.3.3

This commit is contained in:
R. Ryantm
2026-04-13 12:26:06 +00:00
parent 433884f8c0
commit fbc7b5e018
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "glaze";
version = "7.2.3";
version = "7.3.3";
src = fetchFromGitHub {
owner = "stephenberry";
repo = "glaze";
tag = "v${finalAttrs.version}";
hash = "sha256-rqObV/yaGTI9JCyMZxbT4UXeDzYmcEuc/3V+s07Ucxs=";
hash = "sha256-RqsJupqXvbgtGNCYszEx22KuDBH0zp9yha6dcsNlaKY=";
};
nativeBuildInputs = [ cmake ];