winbox4: 4.0beta26 -> 4.0beta30 (#440351)

authored by Yohann Boniface and committed by GitHub 2fd015fa 1b23f74b

+3 -3
+3 -3
pkgs/by-name/wi/winbox4/package.nix
··· 5 }: 6 let 7 pname = "winbox"; 8 - version = "4.0beta26"; 9 10 metaCommon = { 11 description = "Graphical configuration utility for RouterOS-based devices"; ··· 23 x86_64-zip = callPackage ./build-from-zip.nix { 24 inherit pname version metaCommon; 25 26 - hash = "sha256-m0+ofS1j6NaGW5ArldAn2dLUh0hfxtvEIRdRMKA1vc4="; 27 }; 28 29 x86_64-dmg = callPackage ./build-from-dmg.nix { 30 inherit pname version metaCommon; 31 32 - hash = "sha256-3IrRDdNHzGyqLc2Ba5+WIpDN9CyCUvC8Q8Y0hMFazBk="; 33 }; 34 in 35 (if stdenvNoCC.hostPlatform.isDarwin then x86_64-dmg else x86_64-zip).overrideAttrs (oldAttrs: {
··· 5 }: 6 let 7 pname = "winbox"; 8 + version = "4.0beta30"; 9 10 metaCommon = { 11 description = "Graphical configuration utility for RouterOS-based devices"; ··· 23 x86_64-zip = callPackage ./build-from-zip.nix { 24 inherit pname version metaCommon; 25 26 + hash = "sha256-/o9ErRY8/b4IkfyDxVjOb5TamninybyR4xvijszpDd0="; 27 }; 28 29 x86_64-dmg = callPackage ./build-from-dmg.nix { 30 inherit pname version metaCommon; 31 32 + hash = "sha256-wSwUvCyr5Q0B6I8zfACvVszPG+EvNEk/MEFYaMLa9dY="; 33 }; 34 in 35 (if stdenvNoCC.hostPlatform.isDarwin then x86_64-dmg else x86_64-zip).overrideAttrs (oldAttrs: {