summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-30 09:26:22 +0800
committerGitHub <noreply@github.com>2021-12-30 09:26:22 +0800
commit91018bacf96119fed15796f73f9fa652357bf498 (patch)
treeed2c7700f68435df7f2880e1bc0778366e3cf227
parentdcd5f3d44d5f9b5410ba48ee8a86640edaf485e1 (diff)
parentc81ba6351202cc5c695b9ad89012ecde66ca13c8 (diff)
Merge pull request #152609 from ius/winbox-3.32
winbox: 3.31 -> 3.32
-rw-r--r--pkgs/tools/admin/winbox/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/winbox/default.nix b/pkgs/tools/admin/winbox/default.nix
index c8595ee10726..38b7318746d0 100644
--- a/pkgs/tools/admin/winbox/default.nix
+++ b/pkgs/tools/admin/winbox/default.nix
@@ -14,15 +14,15 @@ let
inherit (lib) last splitString;
pname = "winbox";
- version = "3.31";
+ version = "3.32";
name = "${pname}-${version}";
executable = fetchurl (if use64 then {
url = "https://download.mikrotik.com/winbox/${version}/${pname}64.exe";
- sha256 = "sha256-aE6RZ2bCYahxH5QWxBH4CJOjW9dbzibx8zQ4Z5652V4=";
+ sha256 = "1gf0zdn4ahfp08fn5w0nzigwldl3bjqcj2f08rcvyn0mbwar4znn";
} else {
url = "https://download.mikrotik.com/winbox/${version}/${pname}.exe";
- sha256 = "sha256-yyKiU5xJlp/VQVYuX79pdCEve63yV3SUzi+/c915gAc=";
+ sha256 = "18rmbnv7iwba19sfh4q4wfwh385snrmpvs6dyad2s9rv7vh2nch7";
});
# This is from the winbox AUR package:
# https://aur.archlinux.org/cgit/aur.git/tree/winbox64?h=winbox64&id=8edd93792af84e87592e8645ca09e9795931e60e