1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

intel-gpu-tools: 1.18 -> 1.19

This commit is contained in:
Pascal Wittmann 2017-06-14 19:23:13 +02:00
parent b7f4e04c18
commit 3628ce4d67
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -3,11 +3,11 @@
, procps, autoconf, automake }:
stdenv.mkDerivation rec {
name = "intel-gpu-tools-1.18";
name = "intel-gpu-tools-1.19";
src = fetchurl {
url = "http://xorg.freedesktop.org/archive/individual/app/${name}.tar.bz2";
sha256 = "1vp4czxp8xa6qk4pg3mrxhc2yadw2rv6p8r8247mkpcbb8dzjxyz";
sha256 = "1wdhwf3im6ids95qw5r9hjj9hvp0qhzgi4llrlriy723q3kqm754";
};
nativeBuildInputs = [ pkgconfig autoconf automake ];