Merge pull request #83242 from r-ryantm/auto-update/pcm
pcm: 201902 -> 202003
This commit is contained in:
commit
9e12173950
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "201902";
|
version = "202003";
|
||||||
pname = "pcm";
|
pname = "pcm";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "opcm";
|
owner = "opcm";
|
||||||
repo = "pcm";
|
repo = "pcm";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "15kh5ry2w1zj2mbg98hlayw8g53jy79q2ixj2wm48g8vagamv77z";
|
sha256 = "1f83dhzrzgcyv5j5xxibvywvpg8sgf1g72f5x40cdb4149nwbfra";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Processor counter monitor";
|
description = "Processor counter monitor";
|
||||||
homepage = https://www.intel.com/software/pcm;
|
homepage = "https://www.intel.com/software/pcm";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ roosemberth ];
|
maintainers = with maintainers; [ roosemberth ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user