nextcloud-client: 3.17.1 -> 3.17.2

Diff: https://github.com/nextcloud-releases/desktop/compare/v3.17.1...v3.17.2

Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.17.2

+2 -2
+2 -2
pkgs/by-name/ne/nextcloud-client/package.nix
··· 23 23 24 24 stdenv.mkDerivation rec { 25 25 pname = "nextcloud-client"; 26 - version = "3.17.1"; 26 + version = "3.17.2"; 27 27 28 28 outputs = [ 29 29 "out" ··· 34 34 owner = "nextcloud-releases"; 35 35 repo = "desktop"; 36 36 tag = "v${version}"; 37 - hash = "sha256-HXi3DDjOFLY9G+aK+QrkmLvLwL6s9lAT+8jVpG87eNM="; 37 + hash = "sha256-jBlQh5tHP+2LyFCnP0m/ud3nU40i5cWtUwSeM5auQX8="; 38 38 }; 39 39 40 40 patches = [