intel-gpu-tools: 1.18 -> 1.19
This commit is contained in:
parent
b7f4e04c18
commit
3628ce4d67
@ -3,11 +3,11 @@
|
|||||||
, procps, autoconf, automake }:
|
, procps, autoconf, automake }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "intel-gpu-tools-1.18";
|
name = "intel-gpu-tools-1.19";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://xorg.freedesktop.org/archive/individual/app/${name}.tar.bz2";
|
url = "http://xorg.freedesktop.org/archive/individual/app/${name}.tar.bz2";
|
||||||
sha256 = "1vp4czxp8xa6qk4pg3mrxhc2yadw2rv6p8r8247mkpcbb8dzjxyz";
|
sha256 = "1wdhwf3im6ids95qw5r9hjj9hvp0qhzgi4llrlriy723q3kqm754";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoconf automake ];
|
nativeBuildInputs = [ pkgconfig autoconf automake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user