about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-09-17 23:31:41 +0200
committerGitHub <noreply@github.com>2022-09-17 23:31:41 +0200
commit1dfe0320829dc9ff5a3d84b8ff61a6cc3397c5fb (patch)
tree064062466336cdda9094ab3d61e8deca539091f5 /pkgs/applications/graphics
parent2d07f9cfe0644d17da63769a2b028cd033031abc (diff)
parent8ec52e7f3ae52f2f6a380951dff985479f32c9fd (diff)
Merge pull request #191203 from sifmelcara/krita-5.1.1
krita: 5.1.0 -> 5.1.1
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 6a7edb460eccc..90d51827f14fc 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.0";
+  version = "5.1.1";
   kde-channel = "stable";
-  sha256 = "sha256-mjs/WFhIC3CRvUhEmSbmE1OOqKTcBiSchg/+PaWs2II=";
+  sha256 = "sha256-Tdv4l6+nsYcTFpfRKiO6OYlGOAaLLq4Ss7Q0/kKtjiQ=";
 })