Merge pull request #205890 from jtojnar/inkscape

inkscape: 1.2.1 → 1.2.2

authored by

Jan Tojnar and committed by
GitHub
539d47e3 9949ac47

+4 -11
+2 -9
pkgs/applications/graphics/inkscape/default.nix
··· 5 5 , cairo 6 6 , cmake 7 7 , fetchurl 8 - , fetchpatch 9 8 , gettext 10 9 , ghostscript 11 10 , glib ··· 59 58 in 60 59 stdenv.mkDerivation rec { 61 60 pname = "inkscape"; 62 - version = "1.2.1"; 61 + version = "1.2.2"; 63 62 64 63 src = fetchurl { 65 64 url = "https://media.inkscape.org/dl/resources/file/inkscape-${version}.tar.xz"; 66 - sha256 = "Rs59oOunykutwdtw6cu2fgrfm7NCaH3G4ItcohuNTBs="; 65 + sha256 = "oMf9DQPAohU15kjvMB3PgN18/B81ReUQZfvxuj7opcQ="; 67 66 }; 68 67 69 68 # Inkscape hits the ARGMAX when linking on macOS. It appears to be ··· 78 77 # Python is used at run-time to execute scripts, 79 78 # e.g., those from the "Effects" menu. 80 79 python3 = "${python3Env}/bin/python"; 81 - }) 82 - 83 - # Fix build with Poppler 22.09 84 - (fetchpatch { 85 - url = "https://github.com/archlinux/svntogit-packages/raw/b2f65dfb60ae0c8cd6cd9affd3d71064082a6201/trunk/inkscape-1.2.1-poppler-22.09.0.patch"; 86 - sha256 = "pArvsS/qoCTMAisF8yj3agZKrb90zRFZkck1TX0KeGc="; 87 80 }) 88 81 ]; 89 82
+2 -2
pkgs/development/libraries/lib2geom/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "lib2geom"; 18 - version = "1.2"; 18 + version = "1.2.2"; 19 19 20 20 outputs = [ "out" "dev" ]; 21 21 ··· 23 23 owner = "inkscape"; 24 24 repo = "lib2geom"; 25 25 rev = "refs/tags/${version}"; 26 - sha256 = "sha256-SNo5YT7o29zdxkHLuy9MT88qBg/U1Wwa3BWShF5ACTc="; 26 + sha256 = "sha256-xkUxcAk8KJkL482R7pvgmCT+5I8aUMm/q25pvK3ZPuY="; 27 27 }; 28 28 29 29 patches = [