Merge pull request #145429 from mweinelt/ethtool

ethtool: 5.14 -> 5.15
This commit is contained in:
ajs124 2021-11-13 03:05:40 +01:00 committed by GitHub
commit b5a7942648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "ethtool";
version = "5.14";
version = "5.15";
src = fetchurl {
url = "mirror://kernel/software/network/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-uxPbkZFcrNekkrZbZd8Hpn5Ll03b6vdiBbGUWiPSdoY=";
sha256 = "sha256-aG/WEQOJ1JwqEg8Aw81d/kPeutqOAh5CcNdLvkUqEW0=";
};
nativeBuildInputs = [