skanlite: 2.0.1 -> 2.2.0

gstqt5
freezeboy 2020-09-25 15:21:59 +02:00
parent 236eb73d1b
commit 24e869be10
1 changed files with 3 additions and 3 deletions

View File

@ -4,13 +4,13 @@
}:
let
minorVersion = "2.0";
minorVersion = "2.2";
in mkDerivation rec {
name = "skanlite-2.0.1";
name = "skanlite-2.2.0";
src = fetchurl {
url = "mirror://kde/stable/skanlite/${minorVersion}/${name}.tar.xz";
sha256 = "0dh2v8029gkhcf3pndcxz1zk2jgpihgd30lmplgirilxdq9l2i9v";
sha256 = "VP7MOZdUe64XIVr3r0aKIl1IPds3vjBTZzOS3N3VhOQ=";
};
nativeBuildInputs = [ cmake kdoctools extra-cmake-modules ];