intel-gpu-tools: 1.24 -> 1.25

This commit is contained in:
R. RyanTM 2020-03-22 15:36:46 +00:00
parent 93144e0f4a
commit 77dca14031

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "intel-gpu-tools";
version = "1.24";
version = "1.25";
src = fetchurl {
url = "https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-${version}.tar.xz";
sha256 = "1gr1m18w73hmh6n9w2f6gky21qc0pls14bgxkhy95z7azrr7qdap";
sha256 = "04fx7xclhick3k7fyk9c4mn8mxzf1253j1r0hrvj9sl40j7lsia0";
};
nativeBuildInputs = [ pkgconfig utilmacros ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://01.org/linuxgraphics/;
homepage = "https://01.org/linuxgraphics/";
description = "Tools for development and testing of the Intel DRM driver";
license = licenses.mit;
platforms = [ "x86_64-linux" "i686-linux" ];