nextcloud-client: 3.4.0 -> 3.4.1

This commit is contained in:
Ilan Joselevich 2021-12-20 19:26:04 +02:00
parent 7dcb25726b
commit 31c9580e74

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 = [