varnish: migrate src to new url

This commit is contained in:
Leona Maroni
2026-03-19 17:17:15 +01:00
parent ee8bbfa11a
commit 56e140efc5
+1 -1
View File
@@ -31,7 +31,7 @@ let
inherit version;
src = fetchurl {
url = "https://varnish-cache.org/_downloads/${pname}-${version}.tgz";
url = "https://vinyl-cache.org/_downloads/${pname}-${version}.tgz";
inherit hash;
};