Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9bbea2c8995a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dfe54b7e9395
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 3, 2019

  1. iproute: 5.2.0 -> 5.3.0

    globin committed Oct 3, 2019
    Copy the full SHA
    aad72d5 View commit details
  2. Merge pull request #70345 from mayflower/iproute2-5.3.0

    iproute: 5.2.0 -> 5.3.0
    globin authored Oct 3, 2019
    Copy the full SHA
    dfe54b7 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/os-specific/linux/iproute/default.nix
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/iproute/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "iproute2";
version = "5.2.0";
version = "5.3.0";

src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
sha256 = "1a2dywa2kam24951byv9pl32mb9z6klh7d4vp8fwfgrm4vn5vfd5";
sha256 = "0gvv269wjn4279hxr5zzwsk2c5qgswr47za3hm1x4frsk52iw76b";
};

preConfigure = ''
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
substituteInPlace Makefile --replace " netem " " "
'';

outputs = [ "out" "dev"];
outputs = [ "out" "dev" ];

makeFlags = [
"DESTDIR="