summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@secure.mailbox.org>2018-09-07 19:11:48 -0500
committerGitHub <noreply@github.com>2018-09-07 19:11:48 -0500
commitda2a289d03fd8c61f1eb94ae8453a1e5e69de7b6 (patch)
tree960a9e65c30aad82cee0fdd9bb84ea3c3a8d8dc7 /pkgs/applications
parent0f8c58afd223c366482602804bf5b5231c0820c7 (diff)
parentcdf82f6ddd2f3f6a849db2625f36fead123508a8 (diff)
downloadnixlib-da2a289d03fd8c61f1eb94ae8453a1e5e69de7b6.tar
nixlib-da2a289d03fd8c61f1eb94ae8453a1e5e69de7b6.tar.gz
nixlib-da2a289d03fd8c61f1eb94ae8453a1e5e69de7b6.tar.bz2
nixlib-da2a289d03fd8c61f1eb94ae8453a1e5e69de7b6.tar.lz
nixlib-da2a289d03fd8c61f1eb94ae8453a1e5e69de7b6.tar.xz
nixlib-da2a289d03fd8c61f1eb94ae8453a1e5e69de7b6.tar.zst
nixlib-da2a289d03fd8c61f1eb94ae8453a1e5e69de7b6.zip
Merge pull request #46264 from r-ryantm/auto-update/kipi-plugins
kipi-plugins: 5.2.0 -> 5.9.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/graphics/kipi-plugins/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/kipi-plugins/default.nix b/pkgs/applications/graphics/kipi-plugins/default.nix
index 48a94a5253d0..f7faba7c41a5 100644
--- a/pkgs/applications/graphics/kipi-plugins/default.nix
+++ b/pkgs/applications/graphics/kipi-plugins/default.nix
@@ -7,11 +7,11 @@
 
 stdenv.mkDerivation rec {
   name    = "kipi-plugins-${version}";
-  version = "5.2.0";
+  version = "5.9.0";
 
   src = fetchurl {
     url = "http://download.kde.org/stable/digikam/digikam-${version}.tar.xz";
-    sha256 = "0q4j7iv20cxgfsr14qwzx05wbp2zkgc7cg2pi7ibcnwba70ky96g";
+    sha256 = "06qdalf2mwx2f43p3bljy3vn5bk8n3x539kha6ky2vzxvkp343b6";
   };
 
   prePatch = ''