Skip to content

Commit 6cef418

Browse files
committed
defang: revert to v0.5.17 [no ci]
1 parent 43e49c3 commit 6cef418

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pkgs/defang/default.nix

Lines changed: 10 additions & 10 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 = "0q6zqnxni9vh73fjmsfk6ppbh4m9dwj1mvxin1gxwnbcj9hsywd6";
14-
aarch64-linux = "04km33v76z3w5jyhrxrlkvgaya97yqbljm5g27rcwf7xxj3grlaf";
15-
x86_64-darwin = "02dr4nbbq5k3kqw0jgj51r2bk78nkxaz35wqp34y471r427vc1ly";
16-
aarch64-darwin = "02dr4nbbq5k3kqw0jgj51r2bk78nkxaz35wqp34y471r427vc1ly";
13+
x86_64-linux = "19xnllb3phk3g1kx691n0kv4rd9z1ana9ml5ianacc4rpja276cc";
14+
aarch64-linux = "1232svrq7wjagqlskqjv8irlqi3ipwxpy1fhbh2dhznvrnxhzxlp";
15+
x86_64-darwin = "0rhzfgszd6fr8m4vlil36pxmm81zpr9ycs5vvnsl514zydj6hcdx";
16+
aarch64-darwin = "0rhzfgszd6fr8m4vlil36pxmm81zpr9ycs5vvnsl514zydj6hcdx";
1717
};
1818

1919
urlMap = {
20-
x86_64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.19/defang_0.5.19_linux_amd64.tar.gz";
21-
aarch64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.19/defang_0.5.19_linux_arm64.tar.gz";
22-
x86_64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.19/defang_0.5.19_macOS.zip";
23-
aarch64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.19/defang_0.5.19_macOS.zip";
20+
x86_64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.17/defang_0.5.17_linux_amd64.tar.gz";
21+
aarch64-linux = "https://github.com/DefangLabs/defang/releases/download/v0.5.17/defang_0.5.17_linux_arm64.tar.gz";
22+
x86_64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.17/defang_0.5.17_macOS.zip";
23+
aarch64-darwin = "https://github.com/DefangLabs/defang/releases/download/v0.5.17/defang_0.5.17_macOS.zip";
2424
};
2525
in
2626
stdenvNoCC.mkDerivation {
2727
pname = "defang";
28-
version = "0.5.19";
28+
version = "0.5.17";
2929
src = fetchurl {
3030
url = urlMap.${system};
3131
sha256 = shaMap.${system};
@@ -49,7 +49,7 @@ stdenvNoCC.mkDerivation {
4949
system = system;
5050

5151
meta = {
52-
description = "Defang is easiest way for developers to create and deploy their containerized applications";
52+
description = "Command-line interface for the Defang Opinionated Platform";
5353
homepage = "https://defang.io/";
5454
license = lib.licenses.mit;
5555

0 commit comments

Comments
 (0)