File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ system ? builtins.currentSystem
10
10
} :
11
11
let
12
12
shaMap = {
13
- x86_64-linux = "1milv2pzqq3k6f9j6aq62fzvlz295j6q0s4p5z790bbpb48mznkw " ;
14
- aarch64-linux = "1r0hk06grw6y5ksl8lysdf9gayhm4vc1hdc127sllw85b7g6g5ny " ;
15
- x86_64-darwin = "0rv2ymi6kzgwb7f1fh4nj4hv7fc24m4l5ndaw2yw2hbclc1zhkjq " ;
16
- aarch64-darwin = "0rv2ymi6kzgwb7f1fh4nj4hv7fc24m4l5ndaw2yw2hbclc1zhkjq " ;
13
+ x86_64-linux = "0crcm1sr1zpi1cz6mbyhj6iivsz9akpln1zrk0flcy9dnkn4av9a " ;
14
+ aarch64-linux = "1nmmf7nw7s2d9q9y780nzgd3i0pz8dvyryjxccrfdp01sfzlks61 " ;
15
+ x86_64-darwin = "1sncfvh315sp0n6chpvzdx5hp7hsrkx6m03aix8hfkb1hxjlg0hc " ;
16
+ aarch64-darwin = "1sncfvh315sp0n6chpvzdx5hp7hsrkx6m03aix8hfkb1hxjlg0hc " ;
17
17
} ;
18
18
19
19
urlMap = {
20
- x86_64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.37 /defang_0.5.37_linux_amd64 .tar.gz" ;
21
- aarch64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.37 /defang_0.5.37_linux_arm64 .tar.gz" ;
22
- x86_64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.37 /defang_0.5.37_macOS .zip" ;
23
- aarch64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.37 /defang_0.5.37_macOS .zip" ;
20
+ x86_64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.38 /defang_0.5.38_linux_amd64 .tar.gz" ;
21
+ aarch64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.38 /defang_0.5.38_linux_arm64 .tar.gz" ;
22
+ x86_64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.38 /defang_0.5.38_macOS .zip" ;
23
+ aarch64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.38 /defang_0.5.38_macOS .zip" ;
24
24
} ;
25
25
in
26
26
stdenvNoCC . mkDerivation {
27
27
pname = "defang" ;
28
- version = "0.5.37 " ;
28
+ version = "0.5.38 " ;
29
29
src = fetchurl {
30
30
url = urlMap . ${ system } ;
31
31
sha256 = shaMap . ${ system } ;
You can’t perform that action at this time.
0 commit comments