glaze: 4.2.2 -> 4.2.3

This commit is contained in:
R. Ryantm
2025-01-01 11:23:56 +00:00
parent 82d084b914
commit fedbda3a39
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (final: {
pname = "glaze";
version = "4.2.2";
version = "4.2.3";
src = fetchFromGitHub {
owner = "stephenberry";
repo = "glaze";
rev = "v${final.version}";
hash = "sha256-P6hrwSpeQXHhag7HV28EVXsEwd2ZJEad3GRclCiOz8w=";
hash = "sha256-exEmEV4j18WGnnEFPaHlfFuLk0dPu18pYp85XBX8Y2w=";
};
nativeBuildInputs = [ cmake ];