radeontop: 2015-06-24 -> 2015-08-06
Adds support for Topaz, Tonga, and Carrizo + new R600 PCI IDs.
This commit is contained in:
parent
dc5f33b395
commit
a849b16052
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, gettext, ncurses, libdrm, libpciaccess }:
|
{ stdenv, fetchFromGitHub, pkgconfig, gettext, ncurses, libdrm, libpciaccess }:
|
||||||
|
|
||||||
let version = "2015-06-24"; in
|
let version = "2015-08-06"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "radeontop-${version}";
|
name = "radeontop-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "06cn7lixxx94c1fki0plg9f4rdy459mgi9yl80m0k1a20jqykz2a";
|
sha256 = "01s0j28lk66wb46qymkk1nyk91iv22y3m56z4lqd16yaxmhl0v2f";
|
||||||
rev = "976cae0be0ffb9142d5e63e435960c6b2bb0eb34";
|
rev = "93c8ff2f07da8d4c204ee4872aed7eec834ff57d";
|
||||||
repo = "radeontop";
|
repo = "radeontop";
|
||||||
owner = "clbr";
|
owner = "clbr";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user