about summary refs log tree commit diff
path: root/pkgs/applications/networking/maestral-qt
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2021-06-29 20:21:53 +0200
committerStefan Frijters <sfrijters@gmail.com>2021-06-29 20:24:22 +0200
commita82cae55d30e2ebc34ffe54cbe7c62a8936b6b29 (patch)
treebf78405be45be35a4d77e1aead09dab1c92483a6 /pkgs/applications/networking/maestral-qt
parente97c8973583ecfdf2c179c07c16acadf1a99e6c7 (diff)
maestral-gui: 1.4.4 -> 1.4.5
Diffstat (limited to 'pkgs/applications/networking/maestral-qt')
-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 d35120e575bed..53b439b9f7156 100644
--- a/pkgs/applications/networking/maestral-qt/default.nix
+++ b/pkgs/applications/networking/maestral-qt/default.nix
@@ -6,14 +6,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "maestral-qt";
-  version = "1.4.4";
+  version = "1.4.5";
   disabled = python3.pkgs.pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "SamSchott";
     repo = "maestral-qt";
     rev = "v${version}";
-    sha256 = "sha256-4IrLwpdMepXBxjgR6euENuVKaPRU0dLiApJO45DB2C4=";
+    sha256 = "sha256-HaEQTmpyM1r/+rTkki93aStdzdnhNmkfNJTZRTPehTw=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [