diff --git a/pkgs/by-name/li/libfreehand/package.nix b/pkgs/by-name/li/libfreehand/package.nix index b926e22d18c4..056f52cbfe49 100644 --- a/pkgs/by-name/li/libfreehand/package.nix +++ b/pkgs/by-name/li/libfreehand/package.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchzip, - fetchpatch, perl, pkg-config, boost, @@ -16,11 +15,11 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "libfreehand"; - version = "0.1.2"; + version = "0.1.3"; src = fetchzip { url = "https://dev-www.libreoffice.org/src/libfreehand/libfreehand-${finalAttrs.version}.tar.xz"; - hash = "sha256-0icEGnTtYveP24FbYjRB7tFW/TquSOszbqZspHAhQ7I="; + hash = "sha256-ZcvG00JP3BoFv1PIeAhZyr7t1zANhTVluBZQqEbWCvY="; }; nativeBuildInputs = [ @@ -41,13 +40,6 @@ stdenv.mkDerivation (finalAttrs: { configureFlags = [ "--disable-werror" ]; - patches = [ - (fetchpatch { - url = "https://gitlab.archlinux.org/archlinux/packaging/packages/libfreehand/-/raw/main/libfreehand-0.1.2-icu-fix.patch?ref_type=heads"; - hash = "sha256-SRkcF+FRkFdueLSTOMYWo6+CCl05f0OBP6G5VrXRyCw="; - }) - ]; - meta = { description = "Adobe Freehand import library"; homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libfreehand";