tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
maestral-gui: 1.5.0 -> 1.5.1
Stefan Frijters
4 years ago
e76c88d8
d08a89f0
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
maestral-qt
default.nix
+2
-2
pkgs/applications/networking/maestral-qt/default.nix
···
6
6
7
7
python3.pkgs.buildPythonApplication rec {
8
8
pname = "maestral-qt";
9
9
-
version = "1.5.0";
9
9
+
version = "1.5.1";
10
10
disabled = python3.pkgs.pythonOlder "3.6";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "SamSchott";
14
14
repo = "maestral-qt";
15
15
rev = "v${version}";
16
16
-
sha256 = "sha256-JY7AkTnrH/92IfUx/ujK7jMF3zwLsnEE9+/At4UnTNw=";
16
16
+
sha256 = "sha256-LtKFdNX2/wSs9Hxplu7rz6rc1hoijCGgCKyLjlcRQoI=";
17
17
};
18
18
19
19
propagatedBuildInputs = with python3.pkgs; [