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 @@ -9,22 +9,22 @@ system ? builtins.currentSystem
9
9
} :
10
10
let
11
11
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 " ;
16
16
} ;
17
17
18
18
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" ;
23
23
} ;
24
24
in
25
25
stdenvNoCC . mkDerivation {
26
26
pname = "container-use" ;
27
- version = "0.4.1 " ;
27
+ version = "0.4.2 " ;
28
28
src = fetchurl {
29
29
url = urlMap . ${ system } ;
30
30
sha256 = shaMap . ${ system } ;
You can’t perform that action at this time.
0 commit comments