nextcloud: 21.0.0 -> 21.0.1

This commit is contained in:
Robbert Gurdeep Singh 2021-04-09 08:56:34 +02:00
parent 9e377a6ce4
commit c3367cc4f7

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'
}