summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/krita
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-05 08:17:37 +0000
committerJon <jonringer@users.noreply.github.com>2020-07-07 11:40:28 -0700
commit2603a6d8bef5f09cf3588d049569c374719c2231 (patch)
treeb5a03d09d428debdb7d231d18328b17f211bae75 /pkgs/applications/graphics/krita
parent4a9dac0081a3fd2f1be3a1af86046bd27a51c8f9 (diff)
krita: 4.2.9 -> 4.3.0
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 f98edd1e8ae5..95a3e1e09280 100644
--- a/pkgs/applications/graphics/krita/default.nix
+++ b/pkgs/applications/graphics/krita/default.nix
@@ -10,11 +10,11 @@
mkDerivation rec {
pname = "krita";
- version = "4.2.9";
+ version = "4.3.0";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${version}/${pname}-${version}.tar.xz";
- sha256 = "0rvm9mpaq66lxyq4f09x9w6xxhgys0phza223hm5zv6kgn413xsf";
+ sha256 = "19qlpp9ds60bab73pwi64dq1zn4zn2hcdkrxhjr1j438mc4pflsd";
};
# *somtimes* fails with can't find ui_manager.h, also see https://github.com/NixOS/nixpkgs/issues/35359