glaze: 5.4.0 -> 5.5.0 (#417418)

Co-authored-by: moni-dz <lythe1107@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-19 12:47:15 +00:00
committed by GitHub
co-authored by moni-dz
+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 ];