pod2mdoc 0.0.10 -> 0.2 https://repology.org/metapackage/pod2mdoc/versions attrpath: pod2mdoc Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/pod2mdoc/default.nix b/pkgs/tools/misc/pod2mdoc/default.nix index 4e919e28489..17de5c4f8eb 100644 --- a/pkgs/tools/misc/pod2mdoc/default.nix +++ b/pkgs/tools/misc/pod2mdoc/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "pod2mdoc"; - version = "0.0.10"; + version = "0.2"; src = fetchurl { url = "http://mdocml.bsd.lv/pod2mdoc/snapshots/${pname}-${version}.tgz"; - sha256 = "0nwa9zv9gmfi5ysz1wfm60kahc7nv0133n3dfc2vh2y3gj8mxr4f"; + sha256 = "sha256-dPH+MfYdyHauClcD7N1zwjw4EPdtt9uQGCUh9OomsPw="; }; installPhase = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pod2mdoc nix build failed. got build log for 'pod2mdoc' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/x5894fpg2qj2mhjpkf5p3km6iqsz9zxs-pod2mdoc-0.2.tgz source root is pod2mdoc-0.2 setting SOURCE_DATE_EPOCH to timestamp 1432068797 of file pod2mdoc-0.2/pod2mdoc.c @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/0hx32wk55ml88jrb1qxwg5c5yazfm6gf-bash-5.2-p15/bin/bash gcc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -DHAVE_OHASH=1 -c -o compat_ohash.o compat_ohash.c gcc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -DHAVE_OHASH=1 -c -o dict.o dict.c dict.c:26:10: fatal error: ohash.h: No such file or directory 26 | #include  | ^~~~~~~~~ compilation terminated. make: *** [: dict.o] Error 1