mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix: pandoc man hash
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/jgm/pandoc";
|
url = "https://github.com/jgm/pandoc";
|
||||||
rev = pandoc.version;
|
rev = pandoc.version;
|
||||||
sha256 = "sha256-AY9GarrU7PBFgoYxqQkE2ghoUy7+0Gu6/Mwa+fdQM2U=";
|
sha256 = "sha256-8mkHbHoXrkgcXZ/rYlVh2fhL12WjcTt97a1W+oYVYOs=";
|
||||||
};
|
};
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
mkdir -p $out/man/man1
|
mkdir -p $out/man/man1
|
||||||
|
|||||||
Reference in New Issue
Block a user