zenmonitor: 1.3 -> 1.4.0
This commit is contained in:
parent
39ed5ff74c
commit
8f98a2c38f
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "zenmonitor";
|
||||
version = "1.3";
|
||||
version = "1.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ocerman";
|
||||
repo = "zenmonitor";
|
||||
rev = "v${version}";
|
||||
sha256 = "16p2njrgik8zfkidm64v4qy53qlsqqxxgr9m3n84pr9l3pk25dwk";
|
||||
sha256 = "1mn496iqfmhqsac7a5r0bdfddzrfiz6l34qiga0pip925g7hsm52";
|
||||
};
|
||||
|
||||
buildInputs = [ gtk3 ];
|
||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Monitoring software for AMD Zen-based CPUs";
|
||||
homepage = https://github.com/ocerman/zenmonitor;
|
||||
homepage = "https://github.com/ocerman/zenmonitor";
|
||||
license = licenses.mit;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ alexbakker ];
|
||||
|
Loading…
Reference in New Issue
Block a user