summary refs log tree commit diff
path: root/pkgs/applications/graphics/krita
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-06-04 19:22:49 -0500
committerNikolay Amiantov <ab@fmap.me>2019-06-07 17:50:21 +0300
commitaf940c1f87fedc7c90b61ec264220c3f003126c4 (patch)
tree2db2e96b28fc6797ef21ca36c8e56fbfc6d7fd0b /pkgs/applications/graphics/krita
parentc40752213951d4fb1cac559242142d682fba5fda (diff)
downloadnixpkgs-af940c1f87fedc7c90b61ec264220c3f003126c4.tar
nixpkgs-af940c1f87fedc7c90b61ec264220c3f003126c4.tar.gz
nixpkgs-af940c1f87fedc7c90b61ec264220c3f003126c4.tar.bz2
nixpkgs-af940c1f87fedc7c90b61ec264220c3f003126c4.tar.lz
nixpkgs-af940c1f87fedc7c90b61ec264220c3f003126c4.tar.xz
nixpkgs-af940c1f87fedc7c90b61ec264220c3f003126c4.tar.zst
nixpkgs-af940c1f87fedc7c90b61ec264220c3f003126c4.zip
krita: 4.2.0 -> 4.2.1
https://cgit.kde.org/krita.git/log/?h=v4.2.1
Diffstat (limited to 'pkgs/applications/graphics/krita')
-rw-r--r--pkgs/applications/graphics/krita/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/krita/default.nix b/pkgs/applications/graphics/krita/default.nix
index 1273292430c..36257f58c34 100644
--- a/pkgs/applications/graphics/krita/default.nix
+++ b/pkgs/applications/graphics/krita/default.nix
@@ -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 ];