Skip to content

Commit

Permalink
Merge pull request #307912 from mrgiles/ethtool-6.7
Browse files Browse the repository at this point in the history
ethtool: 6.1 -> 6.7
  • Loading branch information
Aleksanaa authored May 2, 2024
2 parents ff47250 + efdf534 commit 9e55f9c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pkgs/tools/misc/ethtool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,13 @@

stdenv.mkDerivation rec {
pname = "ethtool";
version = "6.1";
version = "6.7";

src = fetchurl {
url = "mirror://kernel/software/network/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-xB/Igf+lpAQy0t2CnrRMZKSd7kgucWuqz5Jixk2qj5A=";
sha256 = "sha256-w65SawHOTY32x5SrFw3kpBBNER6o2Ns/H9fCX8uQVhk=";
};

patches = [
# Patch that fixes build with musl libc
# NOTE remove on next release, since it is applied in upstream
(fetchpatch {
name = "Fix-build-with-musl-libc.patch";
url = "https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/patch/marvell.c?id=41be533331fc3c6b711dbe532405782d3b8be5d1";
sha256 = "sha256-CItvt/eeNJkr1sOzaaHZhAnaybDutL9cT2O6XwQll+M=";
})
];

nativeBuildInputs = [
pkg-config
];
Expand Down

0 comments on commit 9e55f9c

Please sign in to comment.