summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-06-14 22:40:37 +0200
committerGitHub <noreply@github.com>2023-06-14 22:40:37 +0200
commit9f9f5dde5c687f3cb9d67715af7318c1a7cc4103 (patch)
tree41835fdb6262326c8f6644f6eb10fa698f0caf41
parent8ffb97cc9742c1341701052484160b6729ea2e5a (diff)
parentb0aac89f1fb85773dc6f65b3f2f27f68c7fba4e5 (diff)
downloadnixpkgs-9f9f5dde5c687f3cb9d67715af7318c1a7cc4103.tar
nixpkgs-9f9f5dde5c687f3cb9d67715af7318c1a7cc4103.tar.gz
nixpkgs-9f9f5dde5c687f3cb9d67715af7318c1a7cc4103.tar.bz2
nixpkgs-9f9f5dde5c687f3cb9d67715af7318c1a7cc4103.tar.lz
nixpkgs-9f9f5dde5c687f3cb9d67715af7318c1a7cc4103.tar.xz
nixpkgs-9f9f5dde5c687f3cb9d67715af7318c1a7cc4103.tar.zst
nixpkgs-9f9f5dde5c687f3cb9d67715af7318c1a7cc4103.zip
Merge pull request #237482 from 1000teslas/digikam
digikam: 7.10.0 -> 8.0.0
-rw-r--r--pkgs/applications/graphics/digikam/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/digikam/default.nix b/pkgs/applications/graphics/digikam/default.nix
index 72e6376c6f7..1b39ca417f1 100644
--- a/pkgs/applications/graphics/digikam/default.nix
+++ b/pkgs/applications/graphics/digikam/default.nix
@@ -7,6 +7,7 @@
 , qtxmlpatterns
 , qtsvg
 , qtwebengine
+, qtnetworkauth
 
 , akonadi-contacts
 , kcalendarcore
@@ -59,11 +60,11 @@
 
 mkDerivation rec {
   pname   = "digikam";
-  version = "7.10.0";
+  version = "8.0.0";
 
   src = fetchurl {
     url = "mirror://kde/stable/${pname}/${version}/digiKam-${version}.tar.xz";
-    sha256 = "sha256-o/MPAbfRttWFgivNXr+N9p4P8CRWOnJGLr+AadvaIuE=";
+    hash = "sha256-ECxxK2IJ/irId8mx0BnaytrxFa35FVcNJoFgZtFR6Ec=";
   };
 
   nativeBuildInputs = [
@@ -104,6 +105,7 @@ mkDerivation rec {
     qtxmlpatterns
     qtsvg
     qtwebengine
+    qtnetworkauth
 
     akonadi-contacts
     kcalendarcore