summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/krita
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-02 15:20:21 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-03 10:39:48 -0800
commit97637b479d89ba0db3aae977abae7ad3dc4de7a4 (patch)
treebf901772e59cb2b021e1e1372aead5c3d6f3208d /pkgs/applications/graphics/krita
parent82228397967c1badb8c6e1b5641be34b2716c2cc (diff)
krita: 4.4.0 -> 4.4.1
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 6ffe7f3c4fa0..9bb78d199968 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.4.0";
+ version = "4.4.1";
src = fetchurl {
url = "https://download.kde.org/stable/${pname}/${version}/${pname}-${version}.tar.xz";
- sha256 = "0ydmxql8iym62q0nqwn9mnb94jz1nh84i6bni0mgzwjk8p4zfzw3";
+ sha256 = "1bmmfvmawnlihbqkksdrwxfkaip4nfsi97w83fmvkyxl4jk715vr";
};
# *somtimes* fails with can't find ui_manager.h, also see https://github.com/NixOS/nixpkgs/issues/35359