summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/krita
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 18:18:15 -0700
committerOrivej Desh <orivej@gmx.fr>2018-05-21 09:01:06 +0000
commit910ac0ff47a33052ffdca80ed1f0c96217245cfc (patch)
tree4f0814b971f8ffa06b2dcf821eda80c7cba07560 /pkgs/applications/graphics/krita
parent932c1f7650241a2dd8330de420a9112b521e3de8 (diff)
krita: 4.0.2 -> 4.0.3
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 invocation of /nix/store/603q26b9pswma12ypz68l39jqyrxbvvy-krita-4.0.3/bin/krita had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 4.0.3 with grep in /nix/store/603q26b9pswma12ypz68l39jqyrxbvvy-krita-4.0.3 - directory tree listing: https://gist.github.com/23ba1bbd1767e4a61fafcd9646d63898 - du listing: https://gist.github.com/4eed85b1634be0fb42b59cdc55799267
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 f86694ebc6cb..690253947a18 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.2";
+ version = "4.0.3";
src = fetchurl {
url = "https://download.kde.org/stable/krita/${version}/${name}.tar.gz";
- sha256 = "136nia6z8l9czk3ls2c9dpk617cvfilfhx0s838g5nrqxh4kn0cf";
+ sha256 = "0zmn29dzqncc80pvy9ymgyzqw8x1ryq8b4x5mr4sz15iyj7xgspr";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];