summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJon <jonringer@users.noreply.github.com>2020-03-30 22:27:28 -0700
committerGitHub <noreply@github.com>2020-03-30 22:27:28 -0700
commit58c96b5224d9e69626729edb4287a213886c99f2 (patch)
tree89cb25f7ac8f5d10f5ea86822e6c4feff1fd25a6 /pkgs
parent560e80348c23cd129dad777fc71c6c65b9ccf923 (diff)
parent6279efe3cdf7f83b07ada2232de4c49d9ba57dd6 (diff)
Merge pull request #83841 from r-ryantm/auto-update/undervolt
undervolt: 0.2.9 -> 0.2.11
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/undervolt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/undervolt/default.nix b/pkgs/os-specific/linux/undervolt/default.nix
index eb8f55ac6655..696625761b16 100644
--- a/pkgs/os-specific/linux/undervolt/default.nix
+++ b/pkgs/os-specific/linux/undervolt/default.nix
@@ -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 = ''