Skip to content

Commit 906ea23

Browse files
committed
defang: -> v0.5.42
1 parent 5bfac58 commit 906ea23

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 = "1qqbbmww2cd9pfignak4hyc1syvchg8lyqyjx5h6ir4zf6fsivs7";
14-
aarch64-linux = "16yjplqhcd8qasyr85v6siw9nhriv4h46k19nyaqjw6v98lswnkv";
15-
x86_64-darwin = "1z7663383q0cgv2yghk615szy4zjiby2vxr2dg79nzbzb024f55x";
16-
aarch64-darwin = "1z7663383q0cgv2yghk615szy4zjiby2vxr2dg79nzbzb024f55x";
13+
x86_64-linux = "03qiblhlraqx1i338p8fcjqhknblq7bcr1zn63rigqyrkzzn84sp";
14+
aarch64-linux = "1gj0lvidwz9wb0r8n3pfa3h6dbhjsxkaa2nd0y31awp1411p4954";
15+
x86_64-darwin = "02n7zjlnhgq7l307gsl6j6ayc24i8wk1w5j66l0726q79b7nyjww";
16+
aarch64-darwin = "02n7zjlnhgq7l307gsl6j6ayc24i8wk1w5j66l0726q79b7nyjww";
1717
};
1818

1919
urlMap = {
20-
x86_64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.41/defang_0.5.41_linux_amd64.tar.gz";
21-
aarch64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.41/defang_0.5.41_linux_arm64.tar.gz";
22-
x86_64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.41/defang_0.5.41_macOS.zip";
23-
aarch64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.41/defang_0.5.41_macOS.zip";
20+
x86_64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.42/defang_0.5.42_linux_amd64.tar.gz";
21+
aarch64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.42/defang_0.5.42_linux_arm64.tar.gz";
22+
x86_64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.42/defang_0.5.42_macOS.zip";
23+
aarch64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.42/defang_0.5.42_macOS.zip";
2424
};
2525
in
2626
stdenvNoCC.mkDerivation {
2727
pname = "defang";
28-
version = "0.5.41";
28+
version = "0.5.42";
2929
src = fetchurl {
3030
url = urlMap.${system};
3131
sha256 = shaMap.${system};

0 commit comments

Comments
 (0)