iproute2: 4.3.0 -> 4.5.0 (#15193)
This commit is contained in:
parent
715e42dc76
commit
aae11b1781
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "iproute2-4.3.0";
|
||||
name = "iproute2-4.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz";
|
||||
sha256 = "159988vv3fd78bzhisfl1dl4dd7km3vjzs2d8899a0vcvn412fzh";
|
||||
sha256 = "0jj9phsi8m2sbnz7bbh9cf9vckm67hs62ab5srdwnrg4acpjj59z";
|
||||
};
|
||||
|
||||
patches = lib.optionals enableFan [
|
||||
|
|
Loading…
Reference in a new issue