amd-debug-tools: 0.2.10 -> 0.2.13 (#487466)

This commit is contained in:
K900
2026-02-06 16:32:16 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
python3Packages.buildPythonApplication rec {
pname = "amd-debug-tools";
version = "0.2.10";
version = "0.2.13";
pyproject = true;
src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git";
rev = version;
hash = "sha256-tbykQ8tc6YKHjKEHA9Ml7Z7MjDQzMGXtTwMG9buiovg=";
hash = "sha256-748K4Ee9HVYWQ7/DVz7F2nZNjau5v4OGvgHwJZ4vYpM=";
};
build-system = with python3Packages; [