nextcloud-client: 3.17.1 -> 3.17.2 (#443780)

Sandro d314f77e 7d6f47b0

Changed files
+2 -2
pkgs
by-name
ne
nextcloud-client
+2 -2
pkgs/by-name/ne/nextcloud-client/package.nix
···
stdenv.mkDerivation rec {
pname = "nextcloud-client";
-
version = "3.17.1";
+
version = "3.17.2";
outputs = [
"out"
···
owner = "nextcloud-releases";
repo = "desktop";
tag = "v${version}";
-
hash = "sha256-HXi3DDjOFLY9G+aK+QrkmLvLwL6s9lAT+8jVpG87eNM=";
+
hash = "sha256-jBlQh5tHP+2LyFCnP0m/ud3nU40i5cWtUwSeM5auQX8=";
};
patches = [