From 2f665624dcc1f8552874385f6bab07d7d23d4440 Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Sat, 16 Sep 2023 15:26:58 +0200 Subject: [PATCH] nextcloud-client: 3.9.4 -> 3.10.0 Diff: https://github.com/nextcloud/desktop/compare/v3.9.4...v3.10.0 --- pkgs/applications/networking/nextcloud-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix index 0699a9ffb236..3464098d9749 100644 --- a/pkgs/applications/networking/nextcloud-client/default.nix +++ b/pkgs/applications/networking/nextcloud-client/default.nix @@ -25,7 +25,7 @@ mkDerivation rec { pname = "nextcloud-client"; - version = "3.9.4"; + version = "3.10.0"; outputs = [ "out" "dev" ]; @@ -33,7 +33,7 @@ mkDerivation rec { owner = "nextcloud"; repo = "desktop"; rev = "v${version}"; - sha256 = "sha256-h8lOstl085haesmCmzq2o0OlQrO5U/mfGngQunynIuQ="; + sha256 = "sha256-BNqMKL888DKuRiM537V7CBuCabg5YmGYGpWARtvs7go="; }; patches = [