Merge pull request #123870 from beardhatcode/bump/nextcloud

nextcloud: 21.0.1 -> 21.0.2
This commit is contained in:
Maximilian Bosch 2021-05-21 22:49:37 +02:00 committed by GitHub
commit 15a95d3466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,10 @@ let
passthru.tests = nixosTests.nextcloud; passthru.tests = nixosTests.nextcloud;
installPhase = '' installPhase = ''
runHook preInstall
mkdir -p $out/ mkdir -p $out/
cp -R . $out/ cp -R . $out/
runHook postInstall
''; '';
meta = with lib; { meta = with lib; {
@ -58,8 +60,8 @@ in {
}; };
nextcloud21 = generic { nextcloud21 = generic {
version = "21.0.1"; version = "21.0.2";
sha256 = "dd7c8ccc01547914a75b44bbf86028289c8919dc39f4e2e720147b6bd596aebe"; sha256 = "5e5b38109a3485db5fd2d248f24478eabe6c0790ec10b030acbbee207d5511fe";
}; };
# tip: get she sha with: # tip: get she sha with:
# curl 'https://download.nextcloud.com/server/releases/nextcloud-${version}.tar.bz2.sha256' # curl 'https://download.nextcloud.com/server/releases/nextcloud-${version}.tar.bz2.sha256'