mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
yuzu-ea: 1855 -> 1874
This commit is contained in:
parent
15ddd8316a
commit
2d95c949f1
1 changed files with 2 additions and 2 deletions
|
@ -16,13 +16,13 @@ in {
|
|||
};
|
||||
early-access = libsForQt5.callPackage ./base.nix rec {
|
||||
pname = "yuzu-ea";
|
||||
version = "1855";
|
||||
version = "1874";
|
||||
branchName = branch;
|
||||
src = fetchFromGitHub {
|
||||
owner = "pineappleEA";
|
||||
repo = "pineapple-src";
|
||||
rev = "EA-${version}";
|
||||
sha256 = "0civ63zi23cym3kii4v3aiqrsg2zzj0w6sp6sa14ixysagqxsd4a";
|
||||
sha256 = "0ryrz7dl1sg30vvd7wrf05pjj8swah86055fn7qm6mr2bfslww0h";
|
||||
};
|
||||
};
|
||||
}.${branch}
|
||||
|
|
Loading…
Reference in a new issue