Skip to content

Commit da7aab9

Browse files
authored
Merge pull request NixOS#265701 from r-ryantm/auto-update/iproute2
iproute2: 6.5.0 -> 6.6.0
2 parents 34a17cc + 0c0e1a4 commit da7aab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/linux/iproute/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
stdenv.mkDerivation rec {
88
pname = "iproute2";
9-
version = "6.5.0";
9+
version = "6.6.0";
1010

1111
src = fetchurl {
1212
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
13-
hash = "sha256-pwF5CF+huW08M7BAyAm3XitXVjrcUFpK0F4mCd83NGM=";
13+
hash = "sha256-hzjIBK/Qnwv3VpN/DD3iMReDKpjYy79QOGz1AFzWE84=";
1414
};
1515

1616
postPatch = ''

0 commit comments

Comments
 (0)