nextcloud: 15.0.2 -> 15.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:
parent
53a73b0914
commit
a45b2032ff
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nextcloud-${version}";
|
name = "nextcloud-${version}";
|
||||||
version = "15.0.2";
|
version = "15.0.4";
|
||||||
|
|
||||||
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 = "1shgr81hhxr2k45hqlx06qhyayhbqdi0ndvpcyzdv54rwcrwrx61";
|
sha256 = "0xwg7p31y1pkjk1pzygh9shpqxnfkafrab52j7in7xblq53v0zgq";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue