3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #118882 from beardhatcode/bump/nextcloud

nextcloud: 21.0.0 -> 21.0.1
This commit is contained in:
Maximilian Bosch 2021-04-09 10:53:53 +02:00 committed by GitHub
commit 7f03c36c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,9 @@ in {
};
nextcloud21 = generic {
version = "21.0.0";
sha256 = "sha256-zq2u72doWhGvxbI7Coa6PHvQp7E41dHswFJiODZV8fA=";
version = "21.0.1";
sha256 = "dd7c8ccc01547914a75b44bbf86028289c8919dc39f4e2e720147b6bd596aebe";
};
# tip: get she sha with:
# curl 'https://download.nextcloud.com/server/releases/nextcloud-${version}.tar.bz2.sha256'
}