glaze: 5.5.4 -> 5.5.5

This commit is contained in:
R. Ryantm
2025-08-04 21:41:38 +00:00
parent 68071df053
commit b444717c8a
+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 ];