inkscape: 1.0.1 -> 1.0.2

wip/yesman
R. RyanTM 3 years ago committed by Jan Tojnar
parent 882c9488fa
commit 699052ed8c
  1. 4
      pkgs/applications/graphics/inkscape/default.nix

@ -50,11 +50,11 @@ let
in
stdenv.mkDerivation rec {
pname = "inkscape";
version = "1.0.1";
version = "1.0.2";
src = fetchurl {
url = "https://media.inkscape.org/dl/resources/file/${pname}-${version}.tar.xz";
sha256 = "1hjp5nnyx2m3miji6q4lcb6zgbi498v641dc7apkqqvayknrb4ng";
sha256 = "sha256-2j4jBRGgjL8h6GcQ0WFFhZT+qHhn6RV7Z+0BoE6ieYo=";
};
# Inkscape hits the ARGMAX when linking on macOS. It appears to be

Loading…
Cancel
Save