Skip to content

Commit 126d68c

Browse files
author
container-use-bot
committed
container-use: v0.4.1 -> v0.4.2
1 parent 34f2fb9 commit 126d68c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pkgs/container-use/default.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ system ? builtins.currentSystem
99
}:
1010
let
1111
shaMap = {
12-
x86_64-linux = "1cdbv7ff0wdknc06avimv107w1b4qziygwbx53zcjsvmxiaa966j";
13-
aarch64-linux = "05vclzb8zi81cjphsg4vq01wkdw16jrzw3ws0301gcfhj213i6mc";
14-
x86_64-darwin = "152j85ynzyjk57xhbr0grh2afbrrznv5mbwiz696baicmi43z673";
15-
aarch64-darwin = "0af5vfn5mxq4krf18zidlwaq0z27xiaj73lv8427nzg1yvc6bm1a";
12+
x86_64-linux = "16s07maikk08zxgzw4f2m2yg9zbi4vs7qvxqwhmysjmf6dc2p99z";
13+
aarch64-linux = "056arnrsj9x2zxlk2ds59y30jsm308ld0nq6hggp7i8i2706pnwn";
14+
x86_64-darwin = "06w2fx8rmzcn5rka3hmsdzazghghakc99f7gfmkasg8x9ihyzpvv";
15+
aarch64-darwin = "1yzginb5xv2fp0czpbbxmywx2lyhsh27f0as1rwdksb4mlzcmqls";
1616
};
1717

1818
urlMap = {
19-
x86_64-linux = "https://github.com/dagger/container-use/releases/download/v0.4.1/container-use_v0.4.1_linux_amd64.tar.gz";
20-
aarch64-linux = "https://github.com/dagger/container-use/releases/download/v0.4.1/container-use_v0.4.1_linux_arm64.tar.gz";
21-
x86_64-darwin = "https://github.com/dagger/container-use/releases/download/v0.4.1/container-use_v0.4.1_darwin_amd64.tar.gz";
22-
aarch64-darwin = "https://github.com/dagger/container-use/releases/download/v0.4.1/container-use_v0.4.1_darwin_arm64.tar.gz";
19+
x86_64-linux = "https://github.com/dagger/container-use/releases/download/v0.4.2/container-use_v0.4.2_linux_amd64.tar.gz";
20+
aarch64-linux = "https://github.com/dagger/container-use/releases/download/v0.4.2/container-use_v0.4.2_linux_arm64.tar.gz";
21+
x86_64-darwin = "https://github.com/dagger/container-use/releases/download/v0.4.2/container-use_v0.4.2_darwin_amd64.tar.gz";
22+
aarch64-darwin = "https://github.com/dagger/container-use/releases/download/v0.4.2/container-use_v0.4.2_darwin_arm64.tar.gz";
2323
};
2424
in
2525
stdenvNoCC.mkDerivation {
2626
pname = "container-use";
27-
version = "0.4.1";
27+
version = "0.4.2";
2828
src = fetchurl {
2929
url = urlMap.${system};
3030
sha256 = shaMap.${system};

0 commit comments

Comments
 (0)