pcsx2: disable auto updates

An update is triggered every time a new release is made which,
unfortunately for PCSX2's release model, is every time a PR is merged.
This is way too high frequency so let's disable this.
This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2022-09-11 04:17:47 +02:00 committed by Winter
parent e53852e6f3
commit fae1a2aa41

View File

@ -33,6 +33,7 @@
stdenv.mkDerivation rec {
pname = "pcsx2";
version = "1.7.3165";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "PCSX2";