7 lines
216 B
Nix
7 lines
216 B
Nix
{ fetchurl }:
|
|
|
|
fetchurl {
|
|
url = "https://github.com/commercialhaskell/all-cabal-hashes/archive/22cb611adaf63739fc7e3956d83d450154ec766b.tar.gz";
|
|
sha256 = "0wxggabwz8qs2hmnr3k3iwy9rmvicx4a1n22l7f6krk1hym5bkpl";
|
|
}
|