glaze: 4.0.2 -> 4.2.2 (#367348)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-23 16:47:12 +00:00
committed by GitHub
+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 ];