nextcloud-client: 3.4.3 -> 3.4.4

This commit is contained in:
R. Ryantm 2022-03-19 19:23:53 +00:00
parent 7958394022
commit 1885dbf325

View file

@ -22,13 +22,13 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.4.3";
version = "3.4.4";
src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-nryoueoqnbBAJaU11OUXKP5PNrYf4515ojBkdMFIEMA=";
sha256 = "sha256-e4me4mpK0N3UyM5MuJP3jxwM5h1dGBd+JzAr5f3BOGQ=";
};
patches = [