Skip to content

Commit

Permalink
Merge pull request #98685 from afontaine/update-nextcloud-client
Browse files Browse the repository at this point in the history
nextcloud-client: 2.6.5 -> 3.0.2
Closes #95850
  • Loading branch information
Ma27 authored Sep 25, 2020
2 parents d9a9385 + 57883ee commit e958a89
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/applications/networking/nextcloud-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,20 @@
, qtkeychain
, qttools
, qtwebengine
, qtquickcontrols2
, qtgraphicaleffects
, sqlite
}:

mkDerivation rec {
pname = "nextcloud-client";
version = "2.6.5";
version = "3.0.2";

src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "0r2n9l383drnnzbyywnbqljh9kxm3kz4g0mv7bnrp6b10b2ma3pg";
sha256 = "ROzaiRa9Odq4lXuHL7nbE0S49d0wxmDgm01qI1WM+WM=";
};

patches = [
Expand All @@ -44,6 +46,8 @@ mkDerivation rec {
qtkeychain
qttools
qtwebengine
qtquickcontrols2
qtgraphicaleffects
sqlite
];

Expand Down

0 comments on commit e958a89

Please sign in to comment.