Skip to content

Commit

Permalink
pcsx2-bin: 2.1.205 -> 2.1.231
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Pacini authored and ehmry committed Oct 30, 2024
1 parent 68b021b commit 847bfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pc/pcsx2-bin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "pcsx2-bin";
version = "2.1.205";
version = "2.1.231";

src = fetchurl {
url = "https://github.com/PCSX2/pcsx2/releases/download/v${finalAttrs.version}/pcsx2-v${finalAttrs.version}-macos-Qt.tar.xz";
hash = "sha256-m5OSxAUBJhokNd7AamQJmkKSMYd1JRidHVYLHpyb0IQ=";
hash = "sha256-c1Tvti8NatGct0OAwcWdFNBQhv6Zwiy2ECJ2qyCs9qA=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 847bfa2

Please sign in to comment.