openbgpd: use openbsd mirror

This commit replaces the use of cdn.openbsd.org with `mirror://openbsd`,
similar to other OpenBSD software in the tree such as LibreSSL,
OpenNTPD, OpenSSH, etc.
This commit is contained in:
Clara Engler
2026-05-11 15:00:02 +02:00
parent ef277e036c
commit 30f479ee5e
+1 -1
View File
@@ -12,7 +12,7 @@ clangStdenv.mkDerivation (finalAttrs: {
version = "9.1";
src = fetchurl {
url = "https://cdn.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-${finalAttrs.version}.tar.gz";
url = "mirror://openbsd/OpenBGPD/openbgpd-${finalAttrs.version}.tar.gz";
hash = "sha256-GUUYWBGdRplN/4zyfQYzMpzULyi6Oou1pfz0Zexem8M=";
};