summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iproute
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-29 13:13:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-29 13:13:49 +0000
commit352e17b8d080269e6be2e607581df499acf649b2 (patch)
treecd035c44cd5e283b5f3a1c3b2737a8d6ce047ab1 /pkgs/os-specific/linux/iproute
parent89182d43271867585f1ef956db2c2b59955adf14 (diff)
downloadnixpkgs-352e17b8d080269e6be2e607581df499acf649b2.tar
nixpkgs-352e17b8d080269e6be2e607581df499acf649b2.tar.gz
nixpkgs-352e17b8d080269e6be2e607581df499acf649b2.tar.bz2
nixpkgs-352e17b8d080269e6be2e607581df499acf649b2.tar.lz
nixpkgs-352e17b8d080269e6be2e607581df499acf649b2.tar.xz
nixpkgs-352e17b8d080269e6be2e607581df499acf649b2.tar.zst
nixpkgs-352e17b8d080269e6be2e607581df499acf649b2.zip
iproute2: 6.2.0 -> 6.3.0
Diffstat (limited to 'pkgs/os-specific/linux/iproute')
-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 7a1f8199961..18b31406796 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.2.0";
+  version = "6.3.0";
 
   src = fetchurl {
     url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-TXJzAgDsWyqrqhovIFU8Z0gpLwZdmhVMfV4iVZ35/WI=";
+    sha256 = "sha256-37KpjbluemU8/8ZpMzWhpGbimjS2rFKL5I814dJ2ZzI=";
   };
 
   patches = [