nextcloud-client: 3.16.4 -> 3.16.5 (#414220)

authored by

dotlambda and committed by
GitHub
0bb440cd 7e54d270

+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.16.4"; 26 + version = "3.16.5"; 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-8P73YitjuU9SGDBNimqJsvSfGOE9lNCVUNN3f4KXWSY="; 37 + hash = "sha256-Xul3NGHResU/ZGP/C7v2bnhcxqGn3CjwjwnaPVmUhfM="; 38 38 }; 39 39 40 40 patches = [