radvd: 2.20 -> 2.21

https://github.com/radvd-project/radvd/blob/refs/tags/v2.21/CHANGES

Fixes: CVE-2026-48715
This commit is contained in:
Martin Weinelt
2026-05-26 02:06:36 +02:00
parent 4867c86e2c
commit 161ac6ef6b

View File

@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "radvd";
version = "2.20";
version = "2.21";
src = fetchFromGitHub {
owner = "radvd-project";
repo = "radvd";
tag = "v${finalAttrs.version}";
hash = "sha256-s9KP6F6rSumuNDOV4rtE7I+o742al4hc3/dgNkpCCyQ=";
hash = "sha256-02ZoLJ8nCk531M6DkP3UIPXgWyOOl2X163ou0ezHwKE=";
};
nativeBuildInputs = [