Merge pull request #182546 from yrd/winbox

winbox: 3.35 -> 3.37

authored by Mario Rodas and committed by GitHub 92fa112e d15b55c9

+5 -5
+5 -5
pkgs/tools/admin/winbox/default.nix
··· 14 inherit (lib) last splitString; 15 16 pname = "winbox"; 17 - version = "3.35"; 18 name = "${pname}-${version}"; 19 20 executable = fetchurl (if use64 then { 21 - url = "https://download.mikrotik.com/winbox/${version}/${pname}64.exe"; 22 - sha256 = "0jigjs4paci6h897hl1046ks5f812jfb2ihnp78lbah0294shjnj"; 23 } else { 24 - url = "https://download.mikrotik.com/winbox/${version}/${pname}.exe"; 25 - sha256 = "1a3cjhvh2z4n767aqqkv3a7wlda34ssgx9acigdcszgvbksbav1f"; 26 }); 27 # This is from the winbox AUR package: 28 # https://aur.archlinux.org/cgit/aur.git/tree/winbox64?h=winbox64&id=8edd93792af84e87592e8645ca09e9795931e60e
··· 14 inherit (lib) last splitString; 15 16 pname = "winbox"; 17 + version = "3.37"; 18 name = "${pname}-${version}"; 19 20 executable = fetchurl (if use64 then { 21 + url = "https://download.mikrotik.com/winbox/${version}/winbox64.exe"; 22 + sha256 = "0fbl0i5ga9afg8mklm9xqidcr388sca00slj401npwh9b3j9drmb"; 23 } else { 24 + url = "https://download.mikrotik.com/winbox/${version}/winbox.exe"; 25 + sha256 = "1zla30bc755x5gfv9ff1bgjvpsjmg2d7jsjxnwwy679fry4n4cwl"; 26 }); 27 # This is from the winbox AUR package: 28 # https://aur.archlinux.org/cgit/aur.git/tree/winbox64?h=winbox64&id=8edd93792af84e87592e8645ca09e9795931e60e