inkscape: 0.92.1 -> 0.92.2
This commit is contained in:
parent
a72ba661ac
commit
95a4c03c7d
@ -10,11 +10,11 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "inkscape-0.92.1";
|
name = "inkscape-0.92.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://media.inkscape.org/dl/resources/file/${name}.tar_XlpI7qT.bz2";
|
url = "https://media.inkscape.org/dl/resources/file/${name}.tar.bz2";
|
||||||
sha256 = "01chr3vh728dkg7l7lilwgmh5nrp784khdhjgpqjbq9dh2zhax15";
|
sha256 = "1lyghk6yarcv9nwkh6k366p6hb7rfilqcvbyji09hki59khd0a56";
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
homepage = http://www.inkscape.org;
|
homepage = https://www.inkscape.org;
|
||||||
description = "Vector graphics editor";
|
description = "Vector graphics editor";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user