radvd: 2.20_rc1 -> 2.20
Changes: https://github.com/radvd-project/radvd/releases/tag/v2.20
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user