about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2023-01-06 17:58:35 +0100
committerGitHub <noreply@github.com>2023-01-06 17:58:35 +0100
commit9a1c5c24f6e58f93fc1b99a364ef9882e4c9f0c5 (patch)
treea10575de8277edb9c954097d9983dec9be4e0d79 /pkgs/applications/graphics
parent7a1dfc5a962b18bcaf37e6bc6386aeec5390a143 (diff)
parent4d6bbf1620f3c1b753deb742bb1168a3ce5d7f6c (diff)
Merge pull request #207330 from wackbyte/bump-krita
krita: 5.1.3 -> 5.1.4
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 c0d930c9e28fd..cfb63e0e3f7cb 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 = "5.1.3";
+  version = "5.1.4";
   kde-channel = "stable";
-  sha256 = "sha256-69+P0wMIciGxuc6tmWG1OospmvvwcZl6zHNQygEngo0=";
+  sha256 = "sha256-wisCCGJZbrL92RHhsXnbvOewgb4RFFei6sr2rhzKLcs=";
 })