glslang 13.1.1 -> 14.0.0 https://github.com/KhronosGroup/glslang/releases attrpath: glslang Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/compilers/glslang/default.nix b/pkgs/development/compilers/glslang/default.nix index 0f75d09098be..12333888f9a9 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 Successfully finished processing cachix "/nix/store/ac2bxhywqdyjqhj0rhz9qc7rn8ky8x9j-glslang-14.0.0" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/KhronosGroup/glslang/releases. meta.description for glslang is: Khronos reference front-end for GLSL and ESSL meta.homepage for glslang is: https://github.com/KhronosGroup/glslang ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/KhronosGroup/glslang/releases/tag/14.0.0) - [Compare changes on GitHub](https://github.com/KhronosGroup/glslang/compare/13.1.1...14.0.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 14.0.0 with grep in /nix/store/ac2bxhywqdyjqhj0rhz9qc7rn8ky8x9j-glslang-14.0.0 - found 14.0.0 in filename of file in /nix/store/ac2bxhywqdyjqhj0rhz9qc7rn8ky8x9j-glslang-14.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1884 total rebuild path(s) 1884 package rebuild(s) First fifty rebuilds by attrpath CHOWTapeModel ChowKick CuboCore.coretoppings MIDIVisualizer Sylk _1password-gui _1password-gui-beta abracadabra activitywatch adapta-gtk-theme adl adriconf advi aegisub aether-lv2 akkoma alfaview alfis almanah altair alttab amdvlk amule amule-daemon amule-gui amule-web anbox ani-cli anime-downloader anki anki-bin anytype apache-directory-studio apostrophe appgate-sdp appimage-run appimage-run-tests arcan arcan-all-wrapped arcan-wrapped archi arduino-ide armcord arrayfire asc aseprite asn1editor astroid asymptote audacity ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ac2bxhywqdyjqhj0rhz9qc7rn8ky8x9j-glslang-14.0.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A glslang https://github.com/r-ryantm/nixpkgs/archive/aef6747b3affdf5fbeb11be846605ffe09076123.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/aef6747b3affdf5fbeb11be846605ffe09076123#glslang ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ac2bxhywqdyjqhj0rhz9qc7rn8ky8x9j-glslang-14.0.0 ls -la /nix/store/ac2bxhywqdyjqhj0rhz9qc7rn8ky8x9j-glslang-14.0.0/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @Ralith for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/276110