Skip to content

Commit

Permalink
nextcloud-client: 3.6.0 -> 3.6.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 3937c0c)
  • Loading branch information
pogobanane authored and bjornfor committed Oct 19, 2022
1 parent c5203ab commit 451c1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/nextcloud-client/default.nix
Expand Up @@ -26,15 +26,15 @@

mkDerivation rec {
pname = "nextcloud-client";
version = "3.6.0";
version = "3.6.1";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-wAxq5xFlofn2xEguvewMvGcel9O+CN/1AycR3tv/xMA=";
sha256 = "sha256-RCYiUxTZSuZbDocueW0d8PdsRTR9bTjDgx0H53UGDP4=";
};

patches = [
Expand Down

1 comment on commit 451c1a3

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/architecture-specific-channels/22611/7

Please sign in to comment.