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 {
22 aarch64-darwin = pkgs . fetchurl {
33 name = "aarch64-darwin-nix-tools-static" ;
44 url = "${ baseurl } aarch64-darwin-nix-tools-static.zip" ;
5- sha256 = "sha256-/N2CiakRQHIjLtBbdYfkDyhlHFss9ezWc9WW+HIUOwc =" ;
5+ sha256 = "sha256-v3lxSxCDjQWtCSwx9T5lzcufByvFErKGLm8374KYsOs =" ;
66 } ;
77 x86_64-darwin = pkgs . fetchurl {
88 name = "x86_64-darwin-nix-tools-static" ;
99 url = "${ baseurl } x86_64-darwin-nix-tools-static.zip" ;
10- sha256 = "sha256-1Xbxhw7LR6EooiagmRrHg7+UdxddD0RaKjvM75hwsJo =" ;
10+ sha256 = "sha256-Ltze09JIiUpMuy+jfoSghejmZ3L4NCpgr32LyX5bckU =" ;
1111 } ;
1212 aarch64-linux = pkgs . fetchurl {
1313 name = "aarch64-linux-nix-tools-static" ;
1414 url = "${ baseurl } aarch64-linux-nix-tools-static.zip" ;
15- sha256 = "sha256-1OarDAiwYbet6ol3q2dZdnsWMHcniK4zznbGiDPMrO4 =" ;
15+ sha256 = "sha256-bpjuragBvzuki4CVleXyqTrQfRJshdoTeD3v6xl9sio =" ;
1616 } ;
1717 x86_64-linux = pkgs . fetchurl {
1818 name = "x86_64-linux-nix-tools-static" ;
1919 url = "${ baseurl } x86_64-linux-nix-tools-static.zip" ;
20- sha256 = "sha256-7xckkH+T9uu3fhtTOzqHZ1udNvPJAgkcrvDXEF16qJQ =" ;
20+ sha256 = "sha256-aZOmrhp+AdCXcBaNVAeJHDobBaGzJDvEhY90mWjGadc =" ;
2121 } ;
2222}
You can’t perform that action at this time.
0 commit comments