iputils: set updateScript
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
libidn2,
|
||||
iproute2,
|
||||
apparmorRulesFromClosure,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -78,6 +79,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
EOF
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/iputils/iputils";
|
||||
changelog = "https://github.com/iputils/iputils/releases/tag/${finalAttrs.version}";
|
||||
|
||||
Reference in New Issue
Block a user