about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2023-06-18 15:18:00 +0000
committerGitHub <noreply@github.com>2023-06-18 15:18:00 +0000
commit9a5a4006ffc5b36eb505b16dc6288114cb599e19 (patch)
treedc13cf70914a344eec8a608d0c31cb1aee1cec6a /pkgs/applications/networking
parent8fe6cacd959e7abbf8a4efc8b2c37f7ea6ba9bb5 (diff)
parent966b8d6b7b9d858a4d104dbf925f6548253fcaa2 (diff)
Merge pull request #237593 from SFrijters/maestral-qt-1.7.3
maestral-qt: 1.7.2 -> 1.7.3
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/maestral-qt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/maestral-qt/default.nix b/pkgs/applications/networking/maestral-qt/default.nix
index 89250cc8421de..33afc84509213 100644
--- a/pkgs/applications/networking/maestral-qt/default.nix
+++ b/pkgs/applications/networking/maestral-qt/default.nix
@@ -7,14 +7,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "maestral-qt";
-  version = "1.7.2";
+  version = "1.7.3";
   disabled = python3.pythonOlder "3.7";
 
   src = fetchFromGitHub {
     owner = "SamSchott";
     repo = "maestral-qt";
     rev = "refs/tags/v${version}";
-    hash = "sha256-o2KuqKiy+8fbzogR3ATPVkK60JAKYXQ9dogU/g6CS/M=";
+    hash = "sha256-IzE+rCudMskJuPIWsz+u2D5KC8mc1JhNDVSHXixUEZA=";
   };
 
   format = "pyproject";