forked from mirrors/nixpkgs
7 lines
216 B
Nix
7 lines
216 B
Nix
{ fetchurl }:
|
|
|
|
fetchurl {
|
|
url = "https://github.com/commercialhaskell/all-cabal-hashes/archive/4c8b3501ea6fc9f41cd192ddc08e2d9583a1e679.tar.gz";
|
|
sha256 = "0aa4pimgllqgn8bcy2p2cdwbpz6s6wk8j41w35jvzaqfj15gysnq";
|
|
}
|