Merge pull request #151436 from Kranzes/nextcloud-client

nextcloud-client: 3.4.0 -> 3.4.1
This commit is contained in:
Bobby Rong 2021-12-21 08:42:16 +08:00 committed by GitHub
commit cd17ec88e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-+b+DJwbYegbeoQmcdBg5Y7rJmKwPjz2XRUroP55ZO+g=";
sha256 = "sha256-1fUk4PUFkWcLOvrYvM+K+ZarUSeq/JtDU2bHHPoAoC8=";
};
patches = [