openbgpd: 9.0 -> 9.1

This commit is contained in:
Clara Engler
2026-04-29 12:21:44 +02:00
parent 22d3561088
commit cb3b8bc307
+2 -2
View File
@@ -9,11 +9,11 @@
# that the entire compilation is more tested using clang from an upstream POV.
clangStdenv.mkDerivation (finalAttrs: {
pname = "openbgpd";
version = "9.0";
version = "9.1";
src = fetchurl {
url = "https://cdn.openbsd.org/pub/OpenBSD/OpenBGPD/openbgpd-${finalAttrs.version}.tar.gz";
hash = "sha256-4JfE81Gibx3lM5IS2eENTPWrxLgQXk8cSI7wZakD9hU=";
hash = "sha256-GUUYWBGdRplN/4zyfQYzMpzULyi6Oou1pfz0Zexem8M=";
};
buildInputs = [