committed by
Nikolay Amiantov
parent
c407522139
commit
af940c1f87
@@ -11,7 +11,7 @@
|
|||||||
let
|
let
|
||||||
|
|
||||||
major = "4.2";
|
major = "4.2";
|
||||||
minor = "0";
|
minor = "1";
|
||||||
patch = null;
|
patch = null;
|
||||||
|
|
||||||
in
|
in
|
||||||
@@ -22,7 +22,7 @@ mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.kde.org/stable/krita/${major}.${minor}/${name}.tar.gz";
|
url = "https://download.kde.org/stable/krita/${major}.${minor}/${name}.tar.gz";
|
||||||
sha256 = "1l5bhk4b2f3qdzg9jk2sxz2bq8cqs10nm3wgkrkbqs6vig75rsym";
|
sha256 = "1jm9kj9cq2nhaqg3kvyb193hhkd6al1gh23fkl54dj88x3fpldim";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake extra-cmake-modules python3Packages.sip makeWrapper ];
|
nativeBuildInputs = [ cmake extra-cmake-modules python3Packages.sip makeWrapper ];
|
||||||
|
|||||||
Reference in New Issue
Block a user