Update amd-debug-tools to 0.2.8.
This commit is contained in:
parent
ad2c4809d7
commit
da66a6917b
@ -8,7 +8,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.2.7";
|
version = "0.2.8";
|
||||||
in
|
in
|
||||||
python3Packages.buildPythonApplication {
|
python3Packages.buildPythonApplication {
|
||||||
pname = "amd-debug-tools";
|
pname = "amd-debug-tools";
|
||||||
@ -16,27 +16,28 @@ python3Packages.buildPythonApplication {
|
|||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
setuptools
|
|
||||||
setuptools-git-versioning
|
|
||||||
setuptools-git
|
|
||||||
pyudev
|
pyudev
|
||||||
|
setuptools
|
||||||
|
setuptools-git
|
||||||
|
setuptools-git-versioning
|
||||||
];
|
];
|
||||||
dependencies = with python3Packages; [
|
dependencies = with python3Packages; [
|
||||||
|
acpica-tools
|
||||||
cysystemd
|
cysystemd
|
||||||
|
dbus-fast
|
||||||
|
ethtool
|
||||||
jinja2
|
jinja2
|
||||||
|
libdisplay-info
|
||||||
matplotlib
|
matplotlib
|
||||||
pandas
|
pandas
|
||||||
pyudev
|
pyudev
|
||||||
seaborn
|
seaborn
|
||||||
tabulate
|
tabulate
|
||||||
acpica-tools
|
|
||||||
ethtool
|
|
||||||
libdisplay-info
|
|
||||||
];
|
];
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git";
|
url = "https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-6X9cUKN0BkkKcYGU+YJYCGT+l5iUZDN+D8Fqq/ns98Q=";
|
hash = "sha256-EmXsW7Q5WMFL32LWr29W3GnGpw5aj53wlp9KbFV1r0Q=";
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -52,6 +53,7 @@ python3Packages.buildPythonApplication {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Debug tools for AMD zen systems";
|
description = "Debug tools for AMD zen systems";
|
||||||
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git/";
|
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git/";
|
||||||
|
changelog = "https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git/tag/?h=${version}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user