nextcloud: 21.0.0 -> 21.0.1

wip/yesman
Robbert Gurdeep Singh 3 years ago
parent 9e377a6ce4
commit c3367cc4f7
  1. 6
      pkgs/servers/nextcloud/default.nix

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

Loading…
Cancel
Save