summary refs log tree commit diff
path: root/pkgs/applications/graphics/krita
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 12:04:55 -0700
committerNikolay Amiantov <ab@fmap.me>2018-03-20 22:04:55 +0300
commite675217786da54caa39115193e667194309807c8 (patch)
treebb3583083e368ae97315a97a7a706777374464ec /pkgs/applications/graphics/krita
parentdfee3e63d3b9bec2ea154ca880c82060c241e123 (diff)
downloadnixpkgs-e675217786da54caa39115193e667194309807c8.tar
nixpkgs-e675217786da54caa39115193e667194309807c8.tar.gz
nixpkgs-e675217786da54caa39115193e667194309807c8.tar.bz2
nixpkgs-e675217786da54caa39115193e667194309807c8.tar.lz
nixpkgs-e675217786da54caa39115193e667194309807c8.tar.xz
nixpkgs-e675217786da54caa39115193e667194309807c8.tar.zst
nixpkgs-e675217786da54caa39115193e667194309807c8.zip
krita: 3.3.3 -> 4.0.0 (#37461)
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. 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.0 with grep in /nix/store/k8xscjzkd9w5n6hly18qcwgg62m3fjh9-krita-4.0.0
- directory tree listing: https://gist.github.com/c2d48bc58cc453eac241620389f2b9ce
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 1f7e779e88a..f74ad3c877c 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 = "3.3.3";
+  version = "4.0.0";
 
   src = fetchurl {
     url = "https://download.kde.org/stable/krita/${version}/${name}.tar.gz";
-    sha256 = "0pc6hnakkqy81x5b5ncivaps6hqv43i50sjwgi3i3cz9j8rlxh5y";
+    sha256 = "14sm67vkpxzpnh4c2mzvr0rpk8a3i8kzxx6fi3lpczrcc1g7di09";
   };
 
   nativeBuildInputs = [ cmake extra-cmake-modules ];