nextcloud: 15.0.8 -> 16.0.1
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:
parent
97aba37876
commit
b187bef267
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nextcloud-${version}";
|
name = "nextcloud-${version}";
|
||||||
version = "15.0.8";
|
version = "16.0.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
|
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
|
||||||
sha256 = "1w7jwni3iv8ixh92v6iaw9nwshjd9wvvdkwkdpcyq6crlfgmk0mp";
|
sha256 = "1vlaswq9j3vkiikq8bj0qi6wsijkawg321wplvxv4c79x63fa358";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user