Merge pull request #314673 from r-ryantm/auto-update/ethtool

ethtool: 6.7 -> 6.9
This commit is contained in:
Markus Kowalewski 2024-05-27 11:06:24 +00:00 committed by GitHub
commit 9291c0d452
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "ethtool";
version = "6.7";
version = "6.9";
src = fetchurl {
url = "mirror://kernel/software/network/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-w65SawHOTY32x5SrFw3kpBBNER6o2Ns/H9fCX8uQVhk=";
sha256 = "sha256-pxsDVAEGYcXPF4vGBu1Q/LkYBc8Yl60OsoGDh6X9DNk=";
};
nativeBuildInputs = [