Unverified Commit 8dbc39f6 authored by Pascal Wittmann's avatar Pascal Wittmann Committed by GitHub
Browse files

intel-gpu-tools: 1.30 -> 2.0 (#391192)

parents 69a0fed1 d90c9dc6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,14 +43,14 @@

stdenv.mkDerivation rec {
  pname = "intel-gpu-tools";
  version = "1.30";
  version = "2.0";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "drm";
    repo = "igt-gpu-tools";
    rev = "refs/tags/v${version}";
    hash = "sha256-lZNDDWfySz7etxzN/28bo9qDE8SxK2vPAAOR3hxSoWY=";
    hash = "sha256-568sgmP7HhrNv3nwhuokiPk/2qQtzPOC9aCsScKCI8A=";
  };

  nativeBuildInputs = [