Skip to content

Commit

Permalink
Merge pull request #273109 from r-ryantm/auto-update/nextcloud-client
Browse files Browse the repository at this point in the history
nextcloud-client: 3.10.1 -> 3.10.2
  • Loading branch information
bachp authored Dec 9, 2023
2 parents 6ac78f1 + b70b495 commit 61b6918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/nextcloud-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@

mkDerivation rec {
pname = "nextcloud-client";
version = "3.10.1";
version = "3.10.2";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-PtWg9IMwZU0HG2pVHdRKgPQH8i2e72Fbs+q5wCwBsfo=";
sha256 = "sha256-sysWDjJSlXRjtv9eiCTkXb29ZYs3YC7sr/UMMPCt5wA=";
};

patches = [
Expand Down

0 comments on commit 61b6918

Please sign in to comment.