summary refs log tree commit diff
path: root/pkgs/applications/graphics/krita
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-10 22:26:06 -0700
committerNikolay Amiantov <ab@fmap.me>2018-04-11 16:02:36 +0300
commit136403655c15b830fff4f58fd90b3e1478c7ba30 (patch)
tree2e24268e7fb7e92a71daab2c117eca2df55f6065 /pkgs/applications/graphics/krita
parent6dc4e9cee6a271bdc70d70b535af3cd6a3334434 (diff)
downloadnixpkgs-136403655c15b830fff4f58fd90b3e1478c7ba30.tar
nixpkgs-136403655c15b830fff4f58fd90b3e1478c7ba30.tar.gz
nixpkgs-136403655c15b830fff4f58fd90b3e1478c7ba30.tar.bz2
nixpkgs-136403655c15b830fff4f58fd90b3e1478c7ba30.tar.lz
nixpkgs-136403655c15b830fff4f58fd90b3e1478c7ba30.tar.xz
nixpkgs-136403655c15b830fff4f58fd90b3e1478c7ba30.tar.zst
nixpkgs-136403655c15b830fff4f58fd90b3e1478c7ba30.zip
krita: 4.0.0 -> 4.0.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/krita/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.0.1 with grep in /nix/store/5n5zy1944sd00lablmvqcqyp4w1b2sy9-krita-4.0.1
- directory tree listing: https://gist.github.com/b46fb0156abdb69233c6f63121457b89
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 6eaa4727e81..5af0e627d7d 100644
--- a/pkgs/applications/graphics/krita/default.nix
+++ b/pkgs/applications/graphics/krita/default.nix
@@ -9,11 +9,11 @@
 
 mkDerivation rec {
   name = "krita-${version}";
-  version = "4.0.0";
+  version = "4.0.1";
 
   src = fetchurl {
     url = "https://download.kde.org/stable/krita/${version}/${name}.tar.gz";
-    sha256 = "0dh3bm90mxrbyvdp7x7hcf5li48j7ppkb44lls65lpn6c59r5waz";
+    sha256 = "0k55ybvna40dx4fqygnix7bnhjaanak3ckb108hny2k7sspy62pc";
   };
 
   nativeBuildInputs = [ cmake extra-cmake-modules ];