nextcloud: 16.0.3 -> 16.0.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nextcloud/versions
This commit is contained in:
R. RyanTM 2019-08-19 13:29:13 -07:00
parent ffbb4d26f9
commit 649a61ddf9

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "nextcloud-${version}";
version = "16.0.3";
version = "16.0.4";
src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
sha256 = "1ww1517i05gaf71szx0qpdc87aczllcb39cvc8c26dm18z76hgx1";
sha256 = "1l7ckzyqz7g4ny8s2q4xal72p57ldfjs947sk2ya2df93qjh0qz0";
};
installPhase = ''