glfw 3.3.8 -> 3.3.9 https://repology.org/project/glfw/versions attrpath: glfw 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/glfw/3.x.nix b/pkgs/development/libraries/glfw/3.x.nix index 4e01ca5c2b6e..01db789a60bd 100644 --- a/pkgs/development/libraries/glfw/3.x.nix +++ b/pkgs/development/libraries/glfw/3.x.nix @@ -6,14 +6,14 @@ }: stdenv.mkDerivation rec { - version = "3.3.8"; + version = "3.3.9"; pname = "glfw"; src = fetchFromGitHub { owner = "glfw"; repo = "GLFW"; rev = version; - sha256 = "sha256-4+H0IXjAwbL5mAWfsIVhW0BSJhcWjkQx4j2TrzZ3aIo="; + sha256 = "sha256-DlPRNGCBr6XF9Jn8kWs5lCRTyjPeDt/69PNDzBDhoyg="; }; # Fix linkage issues on X11 (https://github.com/NixOS/nixpkgs/issues/142583) Successfully finished processing cachix "/nix/store/071x3w38vf3q1kxkpidh62cxfk6k0z5h-glfw-3.3.9" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/glfw/versions. meta.description for glfw is: Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time meta.homepage for glfw is: https://www.glfw.org/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/glfw/glfw/releases/tag/3.3.9) - [Compare changes on GitHub](https://github.com/glfw/GLFW/compare/3.3.8...3.3.9) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.3.9 with grep in /nix/store/071x3w38vf3q1kxkpidh62cxfk6k0z5h-glfw-3.3.9 - found 3.3.9 in filename of file in /nix/store/071x3w38vf3q1kxkpidh62cxfk6k0z5h-glfw-3.3.9 ---
Rebuild report (if merged into master) (click to expand) ``` 73 total rebuild path(s) 73 package rebuild(s) First fifty rebuilds by attrpath MIDIVisualizer arrayfire bambu-studio blackshades blender blender-hip bottles bottles-unwrapped chickenPackages_5.chickenEggs.glfw3 chickenPackages_5.chickenEggs.hypergiant cpu-x cudaPackages.cuda-samples cudaPackagesGoogle.cuda-samples cudaPackages_10.cuda-samples cudaPackages_11.cuda-samples cudaPackages_12.cuda-samples djv embree embree2 esshader forge glfw glfw-wayland glfw3 glslviewer goxel gr-framework heroic hmcl icesl idrisPackages.glfw imhex io jazz2 librealsense-gui libsForQt5.mapbox-gl-native libsForQt5.mapbox-gl-qml libsForQt5.maplibre-gl-native linux-wallpaperengine mangohud mlx42 mmlgui mujoco openmvs pixelnuke plasma5Packages.mapbox-gl-native plasma5Packages.mapbox-gl-qml plasma5Packages.maplibre-gl-native prismlauncher prismlauncher-qt5 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/071x3w38vf3q1kxkpidh62cxfk6k0z5h-glfw-3.3.9 \ --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 glfw https://github.com/r-ryantm/nixpkgs/archive/5765409e58793c9dbfe72b75bea4303411e3e9ec.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5765409e58793c9dbfe72b75bea4303411e3e9ec#glfw ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/071x3w38vf3q1kxkpidh62cxfk6k0z5h-glfw-3.3.9 ls -la /nix/store/071x3w38vf3q1kxkpidh62cxfk6k0z5h-glfw-3.3.9/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @MarcWeber @Twey 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/274421