nextcloud-client: 3.2.1 -> 3.2.2

This commit is contained in:
Ilan Joselevich 2021-05-31 15:01:46 +03:00 committed by Matthieu Coudron
parent 2e29e12438
commit e442713277

View File

@ -20,13 +20,13 @@
mkDerivation rec { mkDerivation rec {
pname = "nextcloud-client"; pname = "nextcloud-client";
version = "3.2.1"; version = "3.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nextcloud"; owner = "nextcloud";
repo = "desktop"; repo = "desktop";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-I31w79GDZxSGlT6YPKSpq0aiyGnJiJBVdTyWI+DUoz4="; sha256 = "sha256-UPWr5P6oEBtDK/Cuz8nZlHqKFyGEf44vbMfrphxNkMU=";
}; };
patches = [ patches = [