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: 3eb6e3f5ef24
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f77edab9c7ba
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 29, 2020

  1. iproute: 5.4.0 -> 5.5.0

    "Most of the fixes have been related to single (and json) formatting.
    Thank you to Aya, Jakub, Jiri, and Ron for the work to get devlink
    improved." [0]
    
    File changes (additions/removals):
    None
    
    nix path-info -S:
    5.4.0 46705272
    5.5.0 46726136
    
    [0]: https://marc.info/?l=linux-netdev&m=158013364425477
    primeos authored and FRidh committed Jan 29, 2020
    Copy the full SHA
    f77edab View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/iproute/default.nix
4 changes: 2 additions & 2 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.4.0";
version = "5.5.0";

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

preConfigure = ''