about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorclerie <clerie@users.noreply.github.com>2023-01-04 21:50:22 +0100
committerGitHub <noreply@github.com>2023-01-04 21:50:22 +0100
commitccb3146bf27b954399648f7d12c3af8efeab1f13 (patch)
treedf2a376cac5109c81a5e5061515d0a255463a5ac /pkgs
parent6f63cf864fe9f792c4efc52b578c7f3335ec3129 (diff)
iproute2: 6.0.0 -> 6.1.0 (#206932)
"Nothing major; lots of usual set of small fixes."

Changes: https://marc.info/?l=linux-netdev&m=167103481006660
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/iproute/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/iproute/default.nix b/pkgs/os-specific/linux/iproute/default.nix
index 89c191cb7f35e..9a63a28a7a966 100644
--- a/pkgs/os-specific/linux/iproute/default.nix
+++ b/pkgs/os-specific/linux/iproute/default.nix
@@ -6,11 +6,11 @@
 
 stdenv.mkDerivation rec {
   pname = "iproute2";
-  version = "6.0.0";
+  version = "6.1.0";
 
   src = fetchurl {
     url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
-    sha256 = "UjE56ecq7JljdPot50vkxT0t0FWJSIk00h/5e64ZWAo=";
+    sha256 = "sha256-XOEqD+xrIScl7yGHNZQbLat2JE235yZGp2AhsFN7Q6s=";
   };
 
   patches = [