winbox: 3.38 -> 3.40
This commit is contained in:
parent
04ba088381
commit
3b9c1d894c
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@ let
|
||||||
inherit (lib) last splitString;
|
inherit (lib) last splitString;
|
||||||
|
|
||||||
pname = "winbox";
|
pname = "winbox";
|
||||||
version = "3.38";
|
version = "3.40";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
executable = fetchurl (if (wine.meta.mainProgram == "wine64") then {
|
executable = fetchurl (if (wine.meta.mainProgram == "wine64") then {
|
||||||
url = "https://download.mikrotik.com/winbox/${version}/winbox64.exe";
|
url = "https://download.mikrotik.com/winbox/${version}/winbox64.exe";
|
||||||
sha256 = "RV+j8FQigpwPprR2xuMYpDRMDwugSZD+O2ZmyPZDz54=";
|
sha256 = "1dxny1qmq4pmdn40j9zk461p3qwwjin5d18ajhczrnqrcr2v1xwi";
|
||||||
} else {
|
} else {
|
||||||
url = "https://download.mikrotik.com/winbox/${version}/winbox.exe";
|
url = "https://download.mikrotik.com/winbox/${version}/winbox.exe";
|
||||||
sha256 = "dh3P+otukhnEpVTqTu16MgIHVnJbzp4Voj+wZ3r5Fxg=";
|
sha256 = "11vmdkwi38y7wkdkgsqpfs4l2bdaj9yg6c8wlgfzp91227gjn5li";
|
||||||
});
|
});
|
||||||
|
|
||||||
# This is from the winbox AUR package:
|
# This is from the winbox AUR package:
|
||||||
|
|
Loading…
Reference in a new issue