Skip to content

Commit f05e50e

Browse files
glaze: 4.0.2 -> 4.2.2 (#367348)
2 parents b77f43a + 3da8a1c commit f05e50e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gl/glaze/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (final: {
1010
pname = "glaze";
11-
version = "4.0.2";
11+
version = "4.2.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "stephenberry";
1515
repo = "glaze";
1616
rev = "v${final.version}";
17-
hash = "sha256-fNarN2VFgfZDmY62EoLsiMdW60XPbi71wbiSe/ftaFc=";
17+
hash = "sha256-P6hrwSpeQXHhag7HV28EVXsEwd2ZJEad3GRclCiOz8w=";
1818
};
1919

2020
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)