forked from mirrors/nixpkgs
haskellPackages.servant: fix hash
This commit is contained in:
parent
4f277bd920
commit
688f066da2
|
@ -720,7 +720,7 @@ self: super: {
|
|||
owner = "haskell-servant";
|
||||
repo = "servant";
|
||||
rev = "v${ver}";
|
||||
sha256 = "09kjinnarf9q9l8irs46gcrai8bprq39n8pj43bmdv47hl38csa0";
|
||||
sha256 = "0bwd5dy3crn08dijn06dr3mdsww98kqxfp8v5mvrdws5glvcxdsg";
|
||||
}}/doc";
|
||||
buildInputs = with pkgs.pythonPackages; [ sphinx recommonmark sphinx_rtd_theme ];
|
||||
makeFlags = "html";
|
||||
|
|
Loading…
Reference in a new issue