summary refs log tree commit diff
path: root/pkgs/applications/graphics/digikam
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 02:14:01 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 02:14:01 -0700
commita9d9fea4b7b76c469daa41628434b4773e2f34ab (patch)
tree0e4b46df6e30618990019bcc5b4298258479a770 /pkgs/applications/graphics/digikam
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixpkgs-a9d9fea4b7b76c469daa41628434b4773e2f34ab.tar
nixpkgs-a9d9fea4b7b76c469daa41628434b4773e2f34ab.tar.gz
nixpkgs-a9d9fea4b7b76c469daa41628434b4773e2f34ab.tar.bz2
nixpkgs-a9d9fea4b7b76c469daa41628434b4773e2f34ab.tar.lz
nixpkgs-a9d9fea4b7b76c469daa41628434b4773e2f34ab.tar.xz
nixpkgs-a9d9fea4b7b76c469daa41628434b4773e2f34ab.tar.zst
nixpkgs-a9d9fea4b7b76c469daa41628434b4773e2f34ab.zip
digikam: 6.1.0 -> 6.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/digikam/versions
Diffstat (limited to 'pkgs/applications/graphics/digikam')
-rw-r--r--pkgs/applications/graphics/digikam/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/digikam/default.nix b/pkgs/applications/graphics/digikam/default.nix
index cf2376b3733..f0f90a71cd5 100644
--- a/pkgs/applications/graphics/digikam/default.nix
+++ b/pkgs/applications/graphics/digikam/default.nix
@@ -52,13 +52,13 @@
 
 mkDerivation rec {
   pname   = "digikam";
-  version = "6.1.0";
+  version = "6.2.0";
 
   src = fetchFromGitHub {
     owner  = "KDE";
     repo   = "digikam";
     rev    = "v${version}";
-    sha256 = "0h0jqfgpanhxfi3r7cgip58ppypqx79z6c5jj7i7f19hp2zziip8";
+    sha256 = "1l1nb1nwicmip2jxhn5gzr7h60igvns0zs3kzp36r6qf4wvg3v2z";
   };
 
   nativeBuildInputs = [ cmake doxygen extra-cmake-modules kdoctools wrapGAppsHook ];