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.1 /" ; in {
1
+ pkgs : let baseurl = "https://github.com/input-output-hk/haskell.nix/releases/download/nix-tools-0.3.8 /" ; 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-/N2CiakRQHIjLtBbdYfkDyhlHFss9ezWc9WW+HIUOwc =" ;
5
+ sha256 = "sha256-v3lxSxCDjQWtCSwx9T5lzcufByvFErKGLm8374KYsOs =" ;
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-1Xbxhw7LR6EooiagmRrHg7+UdxddD0RaKjvM75hwsJo =" ;
10
+ sha256 = "sha256-Ltze09JIiUpMuy+jfoSghejmZ3L4NCpgr32LyX5bckU =" ;
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-1OarDAiwYbet6ol3q2dZdnsWMHcniK4zznbGiDPMrO4 =" ;
15
+ sha256 = "sha256-bpjuragBvzuki4CVleXyqTrQfRJshdoTeD3v6xl9sio =" ;
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-7xckkH+T9uu3fhtTOzqHZ1udNvPJAgkcrvDXEF16qJQ =" ;
20
+ sha256 = "sha256-aZOmrhp+AdCXcBaNVAeJHDobBaGzJDvEhY90mWjGadc =" ;
21
21
} ;
22
22
}
You can’t perform that action at this time.
0 commit comments