0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.python-ethtool: 0.14 -> 0.15

This commit is contained in:
Martin Weinelt 2021-08-26 21:32:42 +02:00
parent 34b3090dc0
commit 3c9fef89a8

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 = ''