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.6 /" ; in {
1+ pkgs : let baseurl = "https://github.com/input-output-hk/haskell.nix/releases/download/nix-tools-0.2.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-9WpTIWlpUvG3pI+tcbAMh6sMH0QO/coZrxDYWD43iq0 =" ;
5+ sha256 = "sha256-XzVWGDDJUd4SAKREkdN1k3EId3Gs2ji3J2LA0hLalOk =" ;
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-UUr9bo2OpLPsvHRSeO2B6DKVDVTsHepRlTqN6UZoZ2M =" ;
10+ sha256 = "sha256-sz9x8U/N0OfkyTltxJbbVaZvW0jemDAfcov3X2xtFmY =" ;
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-96s6RXN8st0JK0eYSOkTJvnlTxYVdE81+ZUGJEsC46A =" ;
15+ sha256 = "sha256-gBpNfqtvbQvZzOKhk68+6jw+VUl5ORi3QzPgwyXiKVA =" ;
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-LMFVUKNycjVFBb3ChZsPbRNgab50zOHl7nMBrDdeTrQ =" ;
20+ sha256 = "sha256-aZn6D/Cc7anLJvXiKnJpKlizh5jHSYhEwVen/atE97o =" ;
2121 } ;
2222}
You can’t perform that action at this time.
0 commit comments