glaze: 4.0.0 -> 4.0.1

This commit is contained in:
R. Ryantm
2024-11-23 14:56:20 +00:00
parent 04f0c72e59
commit 6e39194096
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (final: {
pname = "glaze";
version = "4.0.0";
version = "4.0.1";
src = fetchFromGitHub {
owner = "stephenberry";
repo = "glaze";
rev = "v${final.version}";
hash = "sha256-zaGKYEnYTyAhtP0Hywxp8Y33wvjB1RkEoOGF41CaVnY";
hash = "sha256-gQfRz7b1kbn1AoKUNG62LBynmJNbDTXzPXaX6kDCjVw=";
};
nativeBuildInputs = [ cmake ];