nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

pcsx2: 1.7.5779 -> 1.7.5919

Open matteo-pacini opened this issue 2 weeks ago • 0 comments

Description of changes

This includes work from @SuperSamus 's original PR (#322142) with the addition of x86_64-darwin hash.

Changes propagated from the previous PR:

Diff: https://github.com/PCSX2/pcsx2/compare/v1.7.5779...v1.7.5919

Also pinned Shaderc (didn't do it in a separate commit because I'd first have to pin it to 2024.0, then update it).
Upstream decided that Shaderc is now a dynamic library.

Things done

  • Built on platform(s)
    • [ ] x86_64-linux
    • [ ] aarch64-linux
    • [ ] x86_64-darwin
    • [x] aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • [ ] sandbox = relaxed
    • [ ] sandbox = true
  • [ ] Tested, as applicable:
  • [ ] Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • [x] Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • [ ] (Package updates) Added a release notes entry if the change is major or breaking
    • [ ] (Module updates) Added a release notes entry if the change is significant
    • [ ] (Module addition) Added a release notes entry if adding a new NixOS module
  • [x] Fits CONTRIBUTING.md.

Add a :+1: reaction to pull requests you find important.

matteo-pacini avatar Jul 02 '24 18:07 matteo-pacini