Merge pull request #83143 from r-ryantm/auto-update/intel-gpu-tools

intel-gpu-tools: 1.24 -> 1.25

authored by Maximilian Bosch and committed by GitHub ba3bd7f8 32830875

+3 -3
+3 -3
pkgs/development/tools/misc/intel-gpu-tools/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "intel-gpu-tools"; 8 - version = "1.24"; 9 10 src = fetchurl { 11 url = "https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-${version}.tar.xz"; 12 - sha256 = "1gr1m18w73hmh6n9w2f6gky21qc0pls14bgxkhy95z7azrr7qdap"; 13 }; 14 15 nativeBuildInputs = [ pkgconfig utilmacros ]; ··· 34 enableParallelBuilding = true; 35 36 meta = with stdenv.lib; { 37 - homepage = https://01.org/linuxgraphics/; 38 description = "Tools for development and testing of the Intel DRM driver"; 39 license = licenses.mit; 40 platforms = [ "x86_64-linux" "i686-linux" ];
··· 5 6 stdenv.mkDerivation rec { 7 pname = "intel-gpu-tools"; 8 + version = "1.25"; 9 10 src = fetchurl { 11 url = "https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-${version}.tar.xz"; 12 + sha256 = "04fx7xclhick3k7fyk9c4mn8mxzf1253j1r0hrvj9sl40j7lsia0"; 13 }; 14 15 nativeBuildInputs = [ pkgconfig utilmacros ]; ··· 34 enableParallelBuilding = true; 35 36 meta = with stdenv.lib; { 37 + homepage = "https://01.org/linuxgraphics/"; 38 description = "Tools for development and testing of the Intel DRM driver"; 39 license = licenses.mit; 40 platforms = [ "x86_64-linux" "i686-linux" ];