use publically available URL for homepage.tar.zst

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-16 11:06:48 +01:00
parent 536c5d564a
commit b55385699c
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,6 +1,6 @@
{ ... }: {
homepage-old = builtins.fetchTarball {
url = "https://minio.int.chir.rs/static.darkkirb.de/homepage.tar.zst";
url = "https://static.darkkirb.de/homepage.tar.zst";
sha256 = "1wf90kpb0ra0fy0msh1drmr4jjxw7c1q3ksqc9zfy04sjh6y5msg";
};
}