about summary refs log tree commit diff
path: root/pkgs/development/compilers/glslang
diff options
context:
space:
mode:
authorK9002024-01-17 20:15:15 +0300
committerK9002024-01-17 20:42:30 +0300
commit2a8f51face14173e235e097dfcc597825fc47218 (patch)
tree1e61def0866ca1cc9eeb874cefd982ad979b55d4 /pkgs/development/compilers/glslang
parent0a5933400ea215833ef7e2564610b42e21ebfeb6 (diff)
glslang: 13.1.1 -> 14.0.0
Diff: https://github.com/KhronosGroup/glslang/compare/13.1.1...14.0.0
Diffstat (limited to 'pkgs/development/compilers/glslang')
-rw-r--r--pkgs/development/compilers/glslang/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/glslang/default.nix b/pkgs/development/compilers/glslang/default.nix
index ff55201ebd03..5387eb15b713 100644
--- a/pkgs/development/compilers/glslang/default.nix
+++ b/pkgs/development/compilers/glslang/default.nix
@@ -9,13 +9,13 @@
 }:
 stdenv.mkDerivation rec {
   pname = "glslang";
-  version = "13.1.1";
+  version = "14.0.0";
 
   src = fetchFromGitHub {
     owner = "KhronosGroup";
     repo = "glslang";
     rev = version;
-    hash = "sha256-fuzNsVYdnThMzd4tLN/sTbCBXg6qXKLDJRziOKyOBGg=";
+    hash = "sha256-7kIIU45pe+IF7lGltpIKSvQBmcXR+TWFvmx7ztMNrpc=";
   };
 
   # These get set at all-packages, keep onto them for child drvs