nextcloud: Downgrade cookbook

This commit is contained in:
Tristan Daniël Maat 2024-03-11 05:04:17 +01:00
parent 7affed34f1
commit 980122563e
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 8 additions and 7 deletions
pkgs/_sources_nextcloud

View file

@ -27,10 +27,10 @@
};
cookbook = {
pname = "cookbook";
version = "0.11.0";
version = "0.10.5";
src = fetchTarball {
url = "https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.11.0/Cookbook-0.11.0.tar.gz";
sha256 = "sha256-19LN1nYJJ0RMWj6DrYPvHzocTyhMfYdpdhBFch3fpHE=";
url = "https://github.com/christianlupus-nextcloud/cookbook-releases/releases/download/v0.10.5/Cookbook-0.10.5.tar.gz";
sha256 = "sha256-TE/w8SgyIPaGl5wZUAsG234nxoPj25QoRPF3zjbMoRk=";
};
};
news = {