gawkextlib: unstable-2019-11-21 -> unstable-2022-10-20

+9 -8
+9 -8
pkgs/tools/text/gawk/gawkextlib.nix
··· 9 9 let is_extension = gawkextlib != null; 10 10 in stdenv.mkDerivation rec { 11 11 pname = "gawkextlib-${name}"; 12 - version = "unstable-2019-11-21"; 12 + version = "unstable-2022-10-20"; 13 13 14 14 src = fetchgit { 15 15 url = "git://git.code.sf.net/p/gawkextlib/code"; 16 - rev = "f70f10da2804e4fd0a0bac57736e9c1cf21e345d"; 17 - sha256 = "0r8fz89n3l4dfszs1980yqj0ah95430lj0y1lb7blfkwxa6c2xik"; 16 + rev = "f6c75b4ac1e0cd8d70c2f6c7a8d58b4d94cfde97"; 17 + sha256 = "sha256-0p3CrQ3TBl7UcveZytK/9rkAzn69RRM2GwY2eCeqlkg="; 18 18 }; 19 19 20 20 postPatch = '' ··· 83 83 name = "gd"; 84 84 extraBuildInputs = [ gd ]; 85 85 }; 86 - haru = buildExtension { 87 - inherit gawkextlib; 88 - name = "haru"; 89 - extraBuildInputs = [ libharu ]; 90 - }; 86 + # Build has been broken: https://github.com/NixOS/nixpkgs/issues/191072 87 + # haru = buildExtension { 88 + # inherit gawkextlib; 89 + # name = "haru"; 90 + # extraBuildInputs = [ libharu ]; 91 + # }; 91 92 json = buildExtension { 92 93 inherit gawkextlib; 93 94 name = "json";