Skip to content

Commit d561d0d

Browse files
committed
defang: -> v0.5.38
1 parent f4f14c9 commit d561d0d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pkgs/defang/default.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ system ? builtins.currentSystem
1010
}:
1111
let
1212
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";
1717
};
1818

1919
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";
2424
};
2525
in
2626
stdenvNoCC.mkDerivation {
2727
pname = "defang";
28-
version = "0.5.37";
28+
version = "0.5.38";
2929
src = fetchurl {
3030
url = urlMap.${system};
3131
sha256 = shaMap.${system};

0 commit comments

Comments
 (0)