From fae1a2aa41751fd41266e0d639709be954941b57 Mon Sep 17 00:00:00 2001 From: Gauvain 'GovanifY' Roussel-Tarbouriech Date: Sun, 11 Sep 2022 04:17:47 +0200 Subject: 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. --- pkgs/applications/emulators/pcsx2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/emulators/pcsx2/default.nix b/pkgs/applications/emulators/pcsx2/default.nix index 5f5579658b13..a4e99b0515bc 100644 --- a/pkgs/applications/emulators/pcsx2/default.nix +++ b/pkgs/applications/emulators/pcsx2/default.nix @@ -33,6 +33,7 @@ stdenv.mkDerivation rec { pname = "pcsx2"; version = "1.7.3165"; + # nixpkgs-update: no auto update src = fetchFromGitHub { owner = "PCSX2"; -- cgit 1.4.1