inkscape: 0.92.1 -> 0.92.2

This commit is contained in:
WilliButz 2017-08-25 15:59:15 +02:00 committed by Robin Gloster
parent a72ba661ac
commit 95a4c03c7d

View File

@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation rec {
name = "inkscape-0.92.1";
name = "inkscape-0.92.2";
src = fetchurl {
url = "https://media.inkscape.org/dl/resources/file/${name}.tar_XlpI7qT.bz2";
sha256 = "01chr3vh728dkg7l7lilwgmh5nrp784khdhjgpqjbq9dh2zhax15";
url = "https://media.inkscape.org/dl/resources/file/${name}.tar.bz2";
sha256 = "1lyghk6yarcv9nwkh6k366p6hb7rfilqcvbyji09hki59khd0a56";
};
unpackPhase = ''
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
license = "GPL";
homepage = http://www.inkscape.org;
homepage = https://www.inkscape.org;
description = "Vector graphics editor";
platforms = platforms.all;
longDescription = ''