glaze: 4.0.1 -> 4.0.2

This commit is contained in:
R. Ryantm
2024-12-11 10:57:36 +00:00
parent d87246a418
commit 22501447b2
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (final: {
pname = "glaze";
version = "4.0.1";
version = "4.0.2";
src = fetchFromGitHub {
owner = "stephenberry";
repo = "glaze";
rev = "v${final.version}";
hash = "sha256-gQfRz7b1kbn1AoKUNG62LBynmJNbDTXzPXaX6kDCjVw=";
hash = "sha256-fNarN2VFgfZDmY62EoLsiMdW60XPbi71wbiSe/ftaFc=";
};
nativeBuildInputs = [ cmake ];