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

nextcloud-client: 3.4.2 -> 3.4.3
This commit is contained in:
lewo 2022-02-28 17:58:28 +01:00 committed by GitHub
commit 052c1a997a
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.2";
version = "3.4.3";
src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-cqpdn2STxJtUTBRFrUh1lRIDaFZfrRkJMxcJuTKxgk8=";
sha256 = "sha256-nryoueoqnbBAJaU11OUXKP5PNrYf4515ojBkdMFIEMA=";
};
patches = [