From dd83c22fcd9d147cfa204b68885a9bac8d7cc570 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sun, 5 Oct 2025 09:35:45 +0200 Subject: [PATCH] winbox: 3.41 -> 3.43 --- pkgs/tools/admin/winbox/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/admin/winbox/default.nix b/pkgs/tools/admin/winbox/default.nix index da1736889db3..752522c436c8 100644 --- a/pkgs/tools/admin/winbox/default.nix +++ b/pkgs/tools/admin/winbox/default.nix @@ -18,18 +18,18 @@ let in stdenvNoCC.mkDerivation (finalAttrs: { pname = "winbox"; - version = "3.41"; + version = "3.43"; src = fetchurl ( if (wine.meta.mainProgram == "wine64") then { url = "https://download.mikrotik.com/routeros/winbox/${finalAttrs.version}/winbox64.exe"; - hash = "sha256-i8Ps8fNZUmAOyxo4DDjIjp1jwIGjIgT9CU1YgjAHC/Y="; + hash = "sha256-W0HPUf2B6NCCaH9rUiFZz0q6IubfjtxIZyHU4JUHtuk="; } else { url = "https://download.mikrotik.com/routeros/winbox/${finalAttrs.version}/winbox.exe"; - hash = "sha256-NypSEC5YKpqldlkSIRFtWVD4xJZcjGcfjnphSg70wmE="; + hash = "sha256-pAOOTgmjQoXI2o2MKTDuOOpb7q0rb/zWATDNyAMOLms="; } );