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
This commit is contained in:
R. RyanTM 2018-04-10 22:26:06 -07:00 committed by Nikolay Amiantov
parent 6dc4e9cee6
commit 136403655c

View File

@ -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 ];