Loading pkgs/development/compilers/glslang/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/compilers/glslang/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading