krita: 4.0.1 -> 4.0.2

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.2 with grep in /nix/store/frfrgq3pkda5hjpgjzm6bw9b1zp8c575-krita-4.0.2
- directory tree listing: https://gist.github.com/dc5ab15c03d296eeef4134cf33666c30
This commit is contained in:
R. RyanTM 2018-05-11 05:58:09 -07:00 committed by obadz
parent af8ddc3db7
commit cbfde5e8f2

View file

@ -9,11 +9,11 @@
mkDerivation rec {
name = "krita-${version}";
version = "4.0.1";
version = "4.0.2";
src = fetchurl {
url = "https://download.kde.org/stable/krita/${version}/${name}.tar.gz";
sha256 = "0k55ybvna40dx4fqygnix7bnhjaanak3ckb108hny2k7sspy62pc";
sha256 = "136nia6z8l9czk3ls2c9dpk617cvfilfhx0s838g5nrqxh4kn0cf";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];