mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
inkscape: 0.92.1 -> 0.92.2
This commit is contained in:
parent
a72ba661ac
commit
95a4c03c7d
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user