File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22479,10 +22479,10 @@
22479
22479
name = "Sauyon Lee";
22480
22480
};
22481
22481
savalet = {
22482
-
22482
+
22483
22483
github = "savalet";
22484
22484
githubId = 73446695;
22485
- name = "savalet ";
22485
+ name = "Savinien Petitjean ";
22486
22486
};
22487
22487
savannidgerinel = {
22488
22488
Original file line number Diff line number Diff line change 5
5
} :
6
6
let
7
7
pname = "winbox" ;
8
- version = "4.0beta21 " ;
8
+ version = "4.0beta26 " ;
9
9
10
10
metaCommon = {
11
11
description = "Graphical configuration utility for RouterOS-based devices" ;
23
23
x86_64-zip = callPackage ./build-from-zip.nix {
24
24
inherit pname version metaCommon ;
25
25
26
- hash = "sha256-Uoawz+CW1JLVOEoxSF49WpF31VuUDWK4q9tl1qAwS/c =" ;
26
+ hash = "sha256-m0+ofS1j6NaGW5ArldAn2dLUh0hfxtvEIRdRMKA1vc4 =" ;
27
27
} ;
28
28
29
29
x86_64-dmg = callPackage ./build-from-dmg.nix {
30
30
inherit pname version metaCommon ;
31
31
32
- hash = "sha256-PCdN5z77RU5WgYzk2h/ou2OeswZQl32FfxozEZ8ZlTo =" ;
32
+ hash = "sha256-3IrRDdNHzGyqLc2Ba5+WIpDN9CyCUvC8Q8Y0hMFazBk =" ;
33
33
} ;
34
34
in
35
35
( if stdenvNoCC . hostPlatform . isDarwin then x86_64-dmg else x86_64-zip ) . overrideAttrs ( oldAttrs : {
You can’t perform that action at this time.
0 commit comments