mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
anilibria-winmaclinux: 2.2.19 -> 2.2.20
This commit is contained in:
parent
8ff900b1bf
commit
2a55fe1f92
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "anilibria-winmaclinux";
|
pname = "anilibria-winmaclinux";
|
||||||
version = "2.2.19";
|
version = "2.2.20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "anilibria";
|
owner = "anilibria";
|
||||||
repo = "anilibria-winmaclinux";
|
repo = "anilibria-winmaclinux";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-f4AlTfLTn0GvBj3ztpkNPc6BDlLsEtz/yE5F2WfjU8U=";
|
hash = "sha256-Tdrs8WFv3ZoDL3U34l+NQp+oVJ6qxlVFg4YfwBSYlVg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/src";
|
sourceRoot = "${src.name}/src";
|
||||||
|
Loading…
Reference in New Issue
Block a user