Skip to content

Commit 3da8a1c

Browse files
committed
glaze: 4.0.2 -> 4.2.2
1 parent 3923fc3 commit 3da8a1c

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)