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 = "0crcm1sr1zpi1cz6mbyhj6iivsz9akpln1zrk0flcy9dnkn4av9a " ;
14
- aarch64-linux = "1nmmf7nw7s2d9q9y780nzgd3i0pz8dvyryjxccrfdp01sfzlks61 " ;
15
- x86_64-darwin = "1sncfvh315sp0n6chpvzdx5hp7hsrkx6m03aix8hfkb1hxjlg0hc " ;
16
- aarch64-darwin = "1sncfvh315sp0n6chpvzdx5hp7hsrkx6m03aix8hfkb1hxjlg0hc " ;
13
+ x86_64-linux = "0rdid5havv8yrvvgi70ic4ml88d2ml9l3glvs85d2i0zna0k3yaj " ;
14
+ aarch64-linux = "1qakg5gdray9x8inrs3rf3iz04yw8y8wygzgh00qdn8bxlhi2x2g " ;
15
+ x86_64-darwin = "1fs60w7lvmb1jc5m1nbih93mkygh1s1zv074razc5bjf4v6mz8il " ;
16
+ aarch64-darwin = "1fs60w7lvmb1jc5m1nbih93mkygh1s1zv074razc5bjf4v6mz8il " ;
17
17
} ;
18
18
19
19
urlMap = {
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" ;
20
+ x86_64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.40 /defang_0.5.40_linux_amd64 .tar.gz" ;
21
+ aarch64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.40 /defang_0.5.40_linux_arm64 .tar.gz" ;
22
+ x86_64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.40 /defang_0.5.40_macOS .zip" ;
23
+ aarch64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.40 /defang_0.5.40_macOS .zip" ;
24
24
} ;
25
25
in
26
26
stdenvNoCC . mkDerivation {
27
27
pname = "defang" ;
28
- version = "0.5.38 " ;
28
+ version = "0.5.40 " ;
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