intel-gpu-tools: 2.2 -> 2.3 (#476847)

This commit is contained in:
Fernando Rodrigues
2026-02-03 13:11:11 +00:00
committed by GitHub
+2 -2
View File
@@ -43,14 +43,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "intel-gpu-tools";
version = "2.2";
version = "2.3";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "drm";
repo = "igt-gpu-tools";
tag = "v${finalAttrs.version}";
hash = "sha256-Lt/mqx13nHyD5QiDl8oWGiYIiK006uQvbbzHH44LB/0=";
hash = "sha256-CkVBImPPM93Q2SVpKzRAREd7cK+SmUgySiuq3LfO2O8=";
};
nativeBuildInputs = [