glaze: 5.5.4 -> 5.5.5 (#431039)

Co-authored-by: moni-dz <lythe1107@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-05 03:50:52 +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.5.4";
version = "5.5.5";
src = fetchFromGitHub {
owner = "stephenberry";
repo = "glaze";
tag = "v${final.version}";
hash = "sha256-v6/IJlwc+nYgTAn8DJcbRC+qhZtUR6xu45dwm7rueV8=";
hash = "sha256-vFAMS4sZ3/KKeKHGzTnTujh076eML35bWqxUuzTap+8=";
};
nativeBuildInputs = [ cmake ];