pcsx2: no need for overlay anymore
This commit is contained in:
parent
0f4be1b554
commit
069eaaa0f2
@ -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=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user