Finalise git fetching for shadps4-git (At least the manual version)
This commit is contained in:
parent
5abf549e02
commit
d7d3cf6f1f
1 changed files with 5 additions and 3 deletions
|
@ -20,10 +20,12 @@
|
|||
name = "shadps4-git";
|
||||
pname = "shadps4";
|
||||
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://github.com/shadps4-emu/shadPS4/437af9320104011b32c34c85a6d888a78969b705";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "shadps4-emu";
|
||||
repo = "shadPS4";
|
||||
rev = "437af9320104011b32c34c85a6d888a78969b705";
|
||||
hash = "sha256-yKaDoqQUGlcfHghqvzs9V8ZjPkO7E1imeTeyiMqGvJw=";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-jEGa/W3FaPkqFN3oPOw2vEZpRUiSbOGusBH6L6LqbL8=";
|
||||
leaveDotGit = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue