glaze: 5.4.0 -> 5.5.0

This commit is contained in:
R. Ryantm
2025-06-17 02:46:07 +00:00
parent 1f622956bd
commit 34d1760db3
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (final: {
pname = "glaze";
version = "5.4.0";
version = "5.5.0";
src = fetchFromGitHub {
owner = "stephenberry";
repo = "glaze";
tag = "v${final.version}";
hash = "sha256-AG6fnax9UZEhGtAUc8bgGijk8q7ge6lDTb0XjqL+kks=";
hash = "sha256-HC8R1wyNySVhuTZczdbiHkQ8STTXA/1GJLKdTXN9VAo=";
};
nativeBuildInputs = [ cmake ];