glaze: 7.8.2 -> 7.8.3

This commit is contained in:
R. Ryantm
2026-06-28 12:23:19 +00:00
parent 1ad90b3893
commit c598b51412
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "glaze";
version = "7.8.2";
version = "7.8.3";
src = fetchFromGitHub {
owner = "stephenberry";
repo = "glaze";
tag = "v${finalAttrs.version}";
hash = "sha256-T0oYGqmF+0gXT4VESN4h1P/rUfV9BGmpvLWp+6BKiFI=";
hash = "sha256-WqtaZ3AVDs1oIfAVQuU63eg+0753LoYfv/pRyG9OMnM=";
};
nativeBuildInputs = [ cmake ];