fontforge: 20190317 -> 20190413

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fontforge/versions
This commit is contained in:
R. RyanTM 2019-04-30 14:21:56 -07:00 committed by Frederik Rietdijk
parent f633ae3857
commit 31e31aa206

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "fontforge";
version = "20190317";
version = "20190413";
src = fetchurl {
url = "https://github.com/${pname}/${pname}/releases/download/${version}/${pname}-${version}.tar.gz";
sha256 = "1ddqbpc32cgbccdnv0lfw0qhj59hcqzb7616ph5lkvm91pnas4dp";
sha256 = "05v640mnk4fy4jzmxb6c4n4qm800x7hy4sl5gcdgzmm3md2s0qk7";
};
patches = [ ./fontforge-20140813-use-system-uthash.patch ];