Merge pull request #164897 from r-ryantm/auto-update/nextcloud-client

nextcloud-client: 3.4.3 -> 3.4.4
This commit is contained in:
Ryan Mulligan 2022-03-19 15:52:02 -07:00 committed by GitHub
commit 3add11e089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [