intel-gpu-tools: 2.0 -> 2.1 (#421488)

This commit is contained in:
Wolfgang Walther
2025-07-11 20:14:26 +00:00
committed by GitHub
+2 -2
View File
@@ -43,14 +43,14 @@
stdenv.mkDerivation rec {
pname = "intel-gpu-tools";
version = "2.0";
version = "2.1";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "drm";
repo = "igt-gpu-tools";
rev = "refs/tags/v${version}";
hash = "sha256-568sgmP7HhrNv3nwhuokiPk/2qQtzPOC9aCsScKCI8A=";
hash = "sha256-O//tL7AuYmrpTlZ61YzpSKOxbtM6u6zlcANzXWTTbhw=";
};
nativeBuildInputs = [