amd-debug-tools: 0.2.13 -> 0.2.18

This commit is contained in:
Daniel Woffinden
2026-05-24 23:45:42 +01:00
parent 2991645341
commit d40e1fe052
+3 -3
View File
@@ -9,13 +9,13 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "amd-debug-tools";
version = "0.2.13";
version = "0.2.18";
pyproject = true;
src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git";
rev = finalAttrs.version;
hash = "sha256-748K4Ee9HVYWQ7/DVz7F2nZNjau5v4OGvgHwJZ4vYpM=";
tag = finalAttrs.version;
hash = "sha256-qBgQFjiWFRKVTsIx0aLZC9AQWsVzgbJGOPGG6ojKoDE=";
};
build-system = with python3Packages; [