python3Packages.python-ethtool: 0.14 -> 0.15

This commit is contained in:
Martin Weinelt 2021-08-26 21:32:42 +02:00
parent f993568c8d
commit 0062e76acd

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "python-ethtool";
version = "0.14";
version = "0.15";
src = fetchFromGitHub {
owner = "fedora-python";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Sp7ssfLZ/1FEKrvX257pKcaureZ5mdpJ7jCEh/ft1l0=";
sha256 = "0arkcfq64a4fl88vjjsx4gd3mhcpa7mpq6sblpkgs4k4m9mccz6i";
};
postPatch = ''