iproute: 5.1.0 -> 5.2.0
"Not a lot of big new features in this release. Just the usual array of small fixes across the board." [0] File changes: None nix path-info -S: 5.1.0 46637048 5.2.0 46627312 [0]: https://www.spinics.net/lists/netdev/msg584562.html
This commit is contained in:
parent
aa46fdce80
commit
05ad8cf209
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "iproute2";
|
||||
version = "5.1.0";
|
||||
version = "5.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
|
||||
sha256 = "1kvvrz5mlpjxqcm7vl6i8w6l1cb2amp6p5xyq006pgzafc49hnnw";
|
||||
sha256 = "1a2dywa2kam24951byv9pl32mb9z6klh7d4vp8fwfgrm4vn5vfd5";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user