nextcloud-client: 3.6.4 -> 3.6.6

Diff: https://github.com/nextcloud/desktop/compare/v3.6.4...v3.6.6
This commit is contained in:
Sandro Jäckel 2023-01-21 22:59:19 +01:00
parent 43cb2bd0aa
commit da89af6e5f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -26,7 +26,7 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.6.4";
version = "3.6.6";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-ZtDgm9xlBQflVXsxjt4bFmRby6ni0wjaGYaoiEWH9Q0=";
sha256 = "sha256-P3LSgrcMZZM0OY3yQz8t3Cf5spJJTB+JTIpoT9U3+xc=";
};
patches = [