nextcloud-client: 3.0.2 -> 3.0.3

This commit is contained in:
R. RyanTM 2020-11-03 10:17:30 +00:00 committed by Jonathan Ringer
parent 297857c9fb
commit ea161a6307

View File

@ -19,13 +19,13 @@
mkDerivation rec { mkDerivation rec {
pname = "nextcloud-client"; pname = "nextcloud-client";
version = "3.0.2"; version = "3.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nextcloud"; owner = "nextcloud";
repo = "desktop"; repo = "desktop";
rev = "v${version}"; rev = "v${version}";
sha256 = "ROzaiRa9Odq4lXuHL7nbE0S49d0wxmDgm01qI1WM+WM="; sha256 = "0idh8i71jivdjjs2y62l22yl3qxwgcr0hf53dad587bzgkkkr223";
}; };
patches = [ patches = [