lol

iproute: 4.1.1 -> 4.2.0

+2 -2
+2 -2
pkgs/os-specific/linux/iproute/default.nix
··· 3 }: 4 5 stdenv.mkDerivation rec { 6 - name = "iproute2-4.1.1"; 7 8 src = fetchurl { 9 url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz"; 10 - sha256 = "0vz6m2k6hdrjlg4x0r3cd75lg9ysmndbsp35pm8494zvksc7l1vk"; 11 }; 12 13 patches = lib.optionals enableFan [ ./ubuntu-fan.patch ];
··· 3 }: 4 5 stdenv.mkDerivation rec { 6 + name = "iproute2-4.2.0"; 7 8 src = fetchurl { 9 url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz"; 10 + sha256 = "0c0gyf46ad3jlalm9a7c9iiwvpcrjr4gylrkyranp8qd7rs1w454"; 11 }; 12 13 patches = lib.optionals enableFan [ ./ubuntu-fan.patch ];