We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34a17cc + 0c0e1a4 commit da7aab9Copy full SHA for da7aab9
pkgs/os-specific/linux/iproute/default.nix
@@ -6,11 +6,11 @@
6
7
stdenv.mkDerivation rec {
8
pname = "iproute2";
9
- version = "6.5.0";
+ version = "6.6.0";
10
11
src = fetchurl {
12
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
13
- hash = "sha256-pwF5CF+huW08M7BAyAm3XitXVjrcUFpK0F4mCd83NGM=";
+ hash = "sha256-hzjIBK/Qnwv3VpN/DD3iMReDKpjYy79QOGz1AFzWE84=";
14
};
15
16
postPatch = ''
0 commit comments