nextcloud-client: 3.3.5 -> 3.3.6

This commit is contained in:
Ilan Joselevich 2021-10-28 21:01:34 +03:00 committed by Jonathan Ringer
parent db6044d5de
commit e59e24b370

View file

@ -21,13 +21,13 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.3.5";
version = "3.3.6";
src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-kqNN9P0G/Obi/8PStmLxImQdqkhLnJoFZ7dLpqe11TI=";
sha256 = "sha256-HhFm8rIsDaV4QmvHplbj49gf1vYCZyBl8WH5bvRHT7I=";
};
patches = [