mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
undervolt: 0.2.9 -> 0.2.11
This commit is contained in:
parent
d04396da8b
commit
6279efe3cd
@ -1,18 +1,18 @@
|
||||
{ stdenv, fetchFromGitHub, python3Packages }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
version = "0.2.9";
|
||||
version = "0.2.11";
|
||||
pname = "undervolt";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "georgewhewell";
|
||||
repo = "undervolt";
|
||||
rev = version;
|
||||
sha256 = "1d934lp8yczrfslmwff6fxzd4arja2vg00s5kwdr949bxpa6w59c";
|
||||
sha256 = "18mnf3x687qal7k8yk2sdxzgbyn3rqchgflbi1sksryznmksqqw5";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/georgewhewell/undervolt/;
|
||||
homepage = "https://github.com/georgewhewell/undervolt/";
|
||||
description = "A program for undervolting Intel CPUs on Linux";
|
||||
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user