krita: 4.2.0 -> 4.2.1

https://cgit.kde.org/krita.git/log/?h=v4.2.1
This commit is contained in:
Will Dietz 2019-06-04 19:22:49 -05:00 committed by Nikolay Amiantov
parent c407522139
commit af940c1f87

View File

@ -11,7 +11,7 @@
let
major = "4.2";
minor = "0";
minor = "1";
patch = null;
in
@ -22,7 +22,7 @@ mkDerivation rec {
src = fetchurl {
url = "https://download.kde.org/stable/krita/${major}.${minor}/${name}.tar.gz";
sha256 = "1l5bhk4b2f3qdzg9jk2sxz2bq8cqs10nm3wgkrkbqs6vig75rsym";
sha256 = "1jm9kj9cq2nhaqg3kvyb193hhkd6al1gh23fkl54dj88x3fpldim";
};
nativeBuildInputs = [ cmake extra-cmake-modules python3Packages.sip makeWrapper ];