winbox4: 4.0beta30 -> 4.0beta33

This commit is contained in:
savalet
2025-10-09 16:05:51 +02:00
parent 478466b72b
commit ae322a3d9a

View File

@@ -5,7 +5,7 @@
}: }:
let let
pname = "winbox"; pname = "winbox";
version = "4.0beta30"; version = "4.0beta33";
metaCommon = { metaCommon = {
description = "Graphical configuration utility for RouterOS-based devices"; description = "Graphical configuration utility for RouterOS-based devices";
@@ -23,13 +23,13 @@ let
x86_64-zip = callPackage ./build-from-zip.nix { x86_64-zip = callPackage ./build-from-zip.nix {
inherit pname version metaCommon; inherit pname version metaCommon;
hash = "sha256-/o9ErRY8/b4IkfyDxVjOb5TamninybyR4xvijszpDd0="; hash = "sha256-jGYqzmqH/0cbYoI5rGqSALzU8/dtDIKXCoFn9adDBZY=";
}; };
x86_64-dmg = callPackage ./build-from-dmg.nix { x86_64-dmg = callPackage ./build-from-dmg.nix {
inherit pname version metaCommon; inherit pname version metaCommon;
hash = "sha256-wSwUvCyr5Q0B6I8zfACvVszPG+EvNEk/MEFYaMLa9dY="; hash = "sha256-INMSKYGpXMBIF11Xaz+MLmCk78+rn7jf5BaFsErIG1E=";
}; };
in in
(if stdenvNoCC.hostPlatform.isDarwin then x86_64-dmg else x86_64-zip).overrideAttrs (oldAttrs: { (if stdenvNoCC.hostPlatform.isDarwin then x86_64-dmg else x86_64-zip).overrideAttrs (oldAttrs: {