forked from mirrors/nixpkgs
servant-sphinx-documentation: fix sha256sum
This commit is contained in:
parent
f496d26247
commit
fdec6b1b8d
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ self: super: {
|
||||||
owner = "haskell-servant";
|
owner = "haskell-servant";
|
||||||
repo = "servant";
|
repo = "servant";
|
||||||
rev = "v${ver}";
|
rev = "v${ver}";
|
||||||
sha256 = "0bwd5dy3crn08dijn06dr3mdsww98kqxfp8v5mvrdws5glvcxdsg";
|
sha256 = "0kqglih3rv12nmkzxvalhfaaafk4b2irvv9x5xmc48i1ns71y23l";
|
||||||
}}/doc";
|
}}/doc";
|
||||||
buildInputs = with pkgs.pythonPackages; [ sphinx recommonmark sphinx_rtd_theme ];
|
buildInputs = with pkgs.pythonPackages; [ sphinx recommonmark sphinx_rtd_theme ];
|
||||||
makeFlags = "html";
|
makeFlags = "html";
|
||||||
|
|
Loading…
Add table
Reference in a new issue