about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2021-12-23 17:10:49 +0200
committerIlan Joselevich <personal@ilanjoselevich.com>2021-12-23 17:10:49 +0200
commitc3b03050eb0894142532be35087c350fdc71fb3b (patch)
tree6d532e8f30cc49b1d5bc85e4802f4edb00dd63cb /pkgs/applications/graphics
parent0c408a087b4751c887e463e3848512c12017be25 (diff)
krita: 4.4.8 -> 5.0.0
Diffstat (limited to 'pkgs/applications/graphics')
-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 7e0a8915c408a..e9393a2e5a87f 100644
--- a/pkgs/applications/graphics/krita/default.nix
+++ b/pkgs/applications/graphics/krita/default.nix
@@ -1,7 +1,7 @@
 { callPackage, ... } @ args:
 
 callPackage ./generic.nix (args // {
-  version = "4.4.8";
+  version = "5.0.0";
   kde-channel = "stable";
-  sha256 = "1y0d8gnxfdg5nfwk8dgx8fc2bwskvnys049napb1a9fr25bqmimw";
+  sha256 = "sha256-hNWDPbyrP9OkGPTDdnDYKtkZQw8MbQpXuZOQdHHuzFc=";
 })