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:
@@ -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=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user