nextcloud-client: 3.5.1 -> 3.5.2

This commit is contained in:
Ilan Joselevich 2022-07-04 18:07:06 +03:00 committed by Bjørn Forsman
parent 538bb1a472
commit f5522fb775

View File

@ -26,7 +26,7 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.5.1";
version = "3.5.2";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-/Bz3vkV4+ZFlGBNtkLIGsBk51a3wxy32U1KYcA3awcw=";
sha256 = "sha256-lNsAdYErd3m1bNhvSDVJ5Rfqt8lutNJ1+2DCmntL6pM=";
};
patches = [