glaze: 4.0.2 -> 4.2.2

This commit is contained in:
R. Ryantm
2024-12-22 11:03:43 +00:00
parent 3923fc3ef2
commit 3da8a1c2ff
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (final: {
pname = "glaze";
version = "4.0.2";
version = "4.2.2";
src = fetchFromGitHub {
owner = "stephenberry";
repo = "glaze";
rev = "v${final.version}";
hash = "sha256-fNarN2VFgfZDmY62EoLsiMdW60XPbi71wbiSe/ftaFc=";
hash = "sha256-P6hrwSpeQXHhag7HV28EVXsEwd2ZJEad3GRclCiOz8w=";
};
nativeBuildInputs = [ cmake ];