glaze: 4.2.2 -> 4.2.3 (#369927)

This commit is contained in:
Nikolay Korotkiy
2025-01-08 19:26:38 +04:00
committed by GitHub
+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 ];