aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/iproute2.az
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package/iproute2.az')
-rw-r--r--internal/rosa/package/iproute2.az15
1 files changed, 5 insertions, 10 deletions
diff --git a/internal/rosa/package/iproute2.az b/internal/rosa/package/iproute2.az
index 3a5829df..0730e9b3 100644
--- a/internal/rosa/package/iproute2.az
+++ b/internal/rosa/package/iproute2.az
@@ -3,11 +3,11 @@ package iproute2 {
website = "https://wiki.linuxfoundation.org/networking/iproute2";
anitya = 1392;
- version# = "7.1.0";
+ version# = "7.2.0";
source = remoteTar {
url = "https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/"+
"snapshot/iproute2-"+version+".tar.gz";
- checksum = "yc6NdF6GtFUpKtKg6xwF_yxYGyj0eqFQW8RGsgBzKrOiVlE2bpVQlfeZf_ca5wJL";
+ checksum = "VECMJeSm-lHWpyJqnI-1CeHFejAgi_mb8LJjMGIx5rqww6AlZii3g_tUGPLu4npo";
compress = gzip;
};
@@ -33,23 +33,18 @@ package iproute2 {
check = nil;
};
- inputs = [
+ tools = [
pkgconf,
m4,
byacc,
flex,
-
- libbpf,
- libmnl,
- db,
- libcap,
- kernel-headers,
];
- runtime = [
+ inputs = [
libbpf,
libmnl,
db,
libcap,
+ kernel-headers,
];
}