lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #128651 from SFrijters/maestral-1.4.5

authored by

Sandro and committed by
GitHub
f7418090 135051d8

+4 -4
+2 -2
pkgs/applications/networking/maestral-qt/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "maestral-qt"; 9 - version = "1.4.4"; 9 + version = "1.4.5"; 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 - sha256 = "sha256-4IrLwpdMepXBxjgR6euENuVKaPRU0dLiApJO45DB2C4="; 16 + sha256 = "sha256-HaEQTmpyM1r/+rTkki93aStdzdnhNmkfNJTZRTPehTw="; 17 17 }; 18 18 19 19 propagatedBuildInputs = with python3.pkgs; [
+2 -2
pkgs/development/python-modules/maestral/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "maestral"; 12 - version = "1.4.4"; 12 + version = "1.4.5"; 13 13 disabled = pythonOlder "3.6"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "SamSchott"; 17 17 repo = "maestral"; 18 18 rev = "v${version}"; 19 - sha256 = "03scg4y13jbi8n454hc4vq8p02isbhppqx0zhbady639p7l3ggfg"; 19 + sha256 = "sha256-kyOBF+qsl/+9u0P+EmfxbuJNGMqPSLCWJUlcZMyKJH4="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [