Merge pull request #255475 from Kranzes/nextcloud-client

nextcloud-client: 3.9.4 -> 3.10.0

authored by

Ilan Joselevich and committed by
GitHub
2438dc06 4f99000f

+2 -2
+2 -2
pkgs/applications/networking/nextcloud-client/default.nix
··· 25 25 26 26 mkDerivation rec { 27 27 pname = "nextcloud-client"; 28 - version = "3.9.4"; 28 + version = "3.10.0"; 29 29 30 30 outputs = [ "out" "dev" ]; 31 31 ··· 33 33 owner = "nextcloud"; 34 34 repo = "desktop"; 35 35 rev = "v${version}"; 36 - sha256 = "sha256-h8lOstl085haesmCmzq2o0OlQrO5U/mfGngQunynIuQ="; 36 + sha256 = "sha256-BNqMKL888DKuRiM537V7CBuCabg5YmGYGpWARtvs7go="; 37 37 }; 38 38 39 39 patches = [