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-07-07 18:58:49 +0200
committerStefan Frijters <sfrijters@gmail.com>2021-07-07 19:00:51 +0200
commitd20231f714e6e50cfce3d1deb65afa154461ce33 (patch)
treeb5677dc57e9b1dc1fecfa0d451068cae90c321ca /pkgs/applications/networking/maestral-qt
parenta79e9212ec4d47ccb2014cadaa40578532e6868e (diff)
maestral-gui: 1.4.5 -> 1.4.6
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 53b439b9f7156..18189f64a6d66 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.5";
+  version = "1.4.6";
   disabled = python3.pkgs.pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "SamSchott";
     repo = "maestral-qt";
     rev = "v${version}";
-    sha256 = "sha256-HaEQTmpyM1r/+rTkki93aStdzdnhNmkfNJTZRTPehTw=";
+    sha256 = "sha256-Y4n67LJyNUsLmGMu7B73n888qmCQ9HjxCSM1MlfTbqQ=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [