about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-04-06 03:44:30 +0800
committerGitHub <noreply@github.com>2024-04-06 03:44:30 +0800
commitdcda61e0f8d04b44e737067b662ec573cca4e989 (patch)
tree626eedb267350fe126882371e383b9f839f5cb50 /pkgs/applications/graphics
parent73b52b8a46f2ce808877c51656db2e4323094b88 (diff)
parent6a7a2fa82b7a224b1e8970ab4b42ebdf30607725 (diff)
Merge pull request #301738 from wegank/photoqt-bump
photoqt: 4.3 -> 4.4
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/photoqt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/photoqt/default.nix b/pkgs/applications/graphics/photoqt/default.nix
index ccc95ac942168..5be47fb1b85a5 100644
--- a/pkgs/applications/graphics/photoqt/default.nix
+++ b/pkgs/applications/graphics/photoqt/default.nix
@@ -26,11 +26,11 @@
 
 stdenv.mkDerivation rec {
   pname = "photoqt";
-  version = "4.3";
+  version = "4.4";
 
   src = fetchurl {
     url = "https://photoqt.org/pkgs/photoqt-${version}.tar.gz";
-    hash = "sha256-B0ZubvWIEZFnD2v74bpPv+/wr7vaHS9QP4//9/afjzQ=";
+    hash = "sha256-dCaNF5UoH6SkKBrZGtwg2qZcDtlptdBxEGZL2oKyjhI=";
   };
 
   nativeBuildInputs = [