summary refs log tree commit diff
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-10-24 18:06:30 +0300
committerK900 <me@0upti.me>2023-10-24 23:30:44 +0300
commitabd83e2924047706a54beb65692cb6832e0e3740 (patch)
treef39dd173b03ebd4e00ae3980ea0603e25a3ac70c
parent5a21420857779b4b4e95af43cd344c11d2825d8c (diff)
downloadnixpkgs-abd83e2924047706a54beb65692cb6832e0e3740.tar
nixpkgs-abd83e2924047706a54beb65692cb6832e0e3740.tar.gz
nixpkgs-abd83e2924047706a54beb65692cb6832e0e3740.tar.bz2
nixpkgs-abd83e2924047706a54beb65692cb6832e0e3740.tar.lz
nixpkgs-abd83e2924047706a54beb65692cb6832e0e3740.tar.xz
nixpkgs-abd83e2924047706a54beb65692cb6832e0e3740.tar.zst
nixpkgs-abd83e2924047706a54beb65692cb6832e0e3740.zip
glslang: 12.3.1 -> 13.1.1
-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 9753a1077a6..ff55201ebd0 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 = "12.3.1";
+  version = "13.1.1";
 
   src = fetchFromGitHub {
     owner = "KhronosGroup";
     repo = "glslang";
     rev = version;
-    hash = "sha256-NP5ph598YSPbpzJJUR2r+EkqFmuItxgvOSDgDaN+Swg=";
+    hash = "sha256-fuzNsVYdnThMzd4tLN/sTbCBXg6qXKLDJRziOKyOBGg=";
   };
 
   # These get set at all-packages, keep onto them for child drvs