Merge pull request #83841 from r-ryantm/auto-update/undervolt

undervolt: 0.2.9 -> 0.2.11
This commit is contained in:
Jon 2020-03-30 22:27:28 -07:00 committed by GitHub
commit 58c96b5224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''