mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +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 {
|
early-access = libsForQt5.callPackage ./base.nix rec {
|
||||||
pname = "yuzu-ea";
|
pname = "yuzu-ea";
|
||||||
version = "1855";
|
version = "1874";
|
||||||
branchName = branch;
|
branchName = branch;
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pineappleEA";
|
owner = "pineappleEA";
|
||||||
repo = "pineapple-src";
|
repo = "pineapple-src";
|
||||||
rev = "EA-${version}";
|
rev = "EA-${version}";
|
||||||
sha256 = "0civ63zi23cym3kii4v3aiqrsg2zzj0w6sp6sa14ixysagqxsd4a";
|
sha256 = "0ryrz7dl1sg30vvd7wrf05pjj8swah86055fn7qm6mr2bfslww0h";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}.${branch}
|
}.${branch}
|
||||||
|
|
Loading…
Reference in a new issue