Merge pull request #305151 from 3JlOy-PYCCKUi/anilibria-winmaclinux
anilibria-winmaclinux: 1.2.16.1 -> 1.2.16.2
This commit is contained in:
commit
2e70132eb3
1 changed files with 2 additions and 2 deletions
|
@ -18,13 +18,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "anilibria-winmaclinux";
|
pname = "anilibria-winmaclinux";
|
||||||
version = "1.2.16.1";
|
version = "1.2.16.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "anilibria";
|
owner = "anilibria";
|
||||||
repo = "anilibria-winmaclinux";
|
repo = "anilibria-winmaclinux";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-QQliz/tLeYsWgh/ZAO7FfbApAEqWhWoaQe9030QZxA8=";
|
hash = "sha256-IgNYJSadGemjclh7rtY8dHz7uSfBHoWEyLlRoZ+st6k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/src";
|
sourceRoot = "${src.name}/src";
|
||||||
|
|
Loading…
Reference in a new issue