Skip to content

Commit

Permalink
Merge pull request #219692 from r-ryantm/auto-update/iproute2
Browse files Browse the repository at this point in the history
iproute2: 6.1.0 -> 6.2.0
  • Loading branch information
mweinelt committed Mar 15, 2023
2 parents 1aab482 + 764dd10 commit 7060259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/iproute/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
pname = "iproute2";
version = "6.1.0";
version = "6.2.0";

src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-XOEqD+xrIScl7yGHNZQbLat2JE235yZGp2AhsFN7Q6s=";
sha256 = "sha256-TXJzAgDsWyqrqhovIFU8Z0gpLwZdmhVMfV4iVZ35/WI=";
};

patches = [
Expand Down

0 comments on commit 7060259

Please sign in to comment.