File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- pkgs : let baseurl = "https://github.com/input-output-hk/haskell.nix/releases/download/nix-tools-0.2.3 /" ; in {
1
+ pkgs : let baseurl = "https://github.com/input-output-hk/haskell.nix/releases/download/nix-tools-0.2.6 /" ; in {
2
2
aarch64-darwin = pkgs . fetchurl {
3
3
name = "aarch64-darwin-nix-tools-static" ;
4
4
url = "${ baseurl } aarch64-darwin-nix-tools-static.zip" ;
5
- sha256 = "sha256-nqoUqIS5rf8xSmhNzIlJQ0RoWEP/YtcDfDhCynLtoUo =" ;
5
+ sha256 = "sha256-9WpTIWlpUvG3pI+tcbAMh6sMH0QO/coZrxDYWD43iq0 =" ;
6
6
} ;
7
7
x86_64-darwin = pkgs . fetchurl {
8
8
name = "x86_64-darwin-nix-tools-static" ;
9
9
url = "${ baseurl } x86_64-darwin-nix-tools-static.zip" ;
10
- sha256 = "sha256-JyMCCAgxjzPvHguROSfsxgXhd0r6VUfTz0EptXIlA1k =" ;
10
+ sha256 = "sha256-UUr9bo2OpLPsvHRSeO2B6DKVDVTsHepRlTqN6UZoZ2M =" ;
11
11
} ;
12
12
aarch64-linux = pkgs . fetchurl {
13
13
name = "aarch64-linux-nix-tools-static" ;
14
14
url = "${ baseurl } aarch64-linux-nix-tools-static.zip" ;
15
- sha256 = "sha256-gntMNnt9eqca7HDE9d2G1qa42hpaQHUxZydLvDeGWrk =" ;
15
+ sha256 = "sha256-96s6RXN8st0JK0eYSOkTJvnlTxYVdE81+ZUGJEsC46A =" ;
16
16
} ;
17
17
x86_64-linux = pkgs . fetchurl {
18
18
name = "x86_64-linux-nix-tools-static" ;
19
19
url = "${ baseurl } x86_64-linux-nix-tools-static.zip" ;
20
- sha256 = "sha256-eDKGGAHtzAK4DiYputoE96yf/pbVRB9RBr2bVqEES4c =" ;
20
+ sha256 = "sha256-LMFVUKNycjVFBb3ChZsPbRNgab50zOHl7nMBrDdeTrQ =" ;
21
21
} ;
22
22
}
You can’t perform that action at this time.
0 commit comments