radvd: 2.20_rc1 -> 2.20

Changes: https://github.com/radvd-project/radvd/releases/tag/v2.20
This commit is contained in:
Sergei Trofimovich
2025-01-04 06:32:09 +00:00
parent 8cb0cd700b
commit ef222a8ea6
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "radvd";
version = "2.20_rc1";
version = "2.20";
src = fetchFromGitHub {
owner = "radvd-project";
repo = "radvd";
tag = "v${finalAttrs.version}";
hash = "sha256-+cZn4pE4hBZDckfcQJzYdZxHkexWl/AmufCN5BiwWwA=";
hash = "sha256-s9KP6F6rSumuNDOV4rtE7I+o742al4hc3/dgNkpCCyQ=";
};
nativeBuildInputs = [