pcsx2: no need for overlay anymore

This commit is contained in:
Timothy DeHerrera 2020-12-05 18:10:50 -07:00
parent 0f4be1b554
commit 069eaaa0f2
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -1,13 +0,0 @@
let version = "1.6.0";
in
final: prev: {
pcsx2 = prev.pcsx2.overrideAttrs (o: {
inherit version;
src = prev.fetchFromGitHub {
owner = "PCSX2";
repo = "pcsx2";
rev = "v${version}";
hash = "sha256-iqNOLhNqj+ja0YIyVi/6gZXBYGN+eu02LUiUIwacSBQ=";
};
});
}