Unverified Commit a3db2574 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

intel-gpu-tools: 1.29 -> 1.30 (#367805)

parents 0c367d64 4780e19c
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -44,24 +44,16 @@

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

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

  patches = [
    (fetchpatch {
      name = "basename.patch";
      url = "https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/commit/604dec781ef283885f65968358bd9ae88c5193c3.patch";
      hash = "sha256-zU6U9uuTDvuADVYmT9sMYA85Xgtvqgy378LvWFDVEJw=";
    })
  ];

  nativeBuildInputs = [
    bison
    docbook_xsl