summary refs log tree commit diff
path: root/pkgs/os-specific/linux/undervolt
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-09-19 14:24:06 -0500
committerWill Dietz <w@wdtz.org>2018-09-19 14:24:06 -0500
commit76e22c76b0327808765fc4f4191af35e52d68cc7 (patch)
treece97396cad6e14392b98e9acfb484d73881d3ead /pkgs/os-specific/linux/undervolt
parent6e4c666a671a5df1d9a385280fcc133700e2b841 (diff)
downloadnixpkgs-76e22c76b0327808765fc4f4191af35e52d68cc7.tar
nixpkgs-76e22c76b0327808765fc4f4191af35e52d68cc7.tar.gz
nixpkgs-76e22c76b0327808765fc4f4191af35e52d68cc7.tar.bz2
nixpkgs-76e22c76b0327808765fc4f4191af35e52d68cc7.tar.lz
nixpkgs-76e22c76b0327808765fc4f4191af35e52d68cc7.tar.xz
nixpkgs-76e22c76b0327808765fc4f4191af35e52d68cc7.tar.zst
nixpkgs-76e22c76b0327808765fc4f4191af35e52d68cc7.zip
undervolt: 2.8 -> 2.9
Diffstat (limited to 'pkgs/os-specific/linux/undervolt')
-rw-r--r--pkgs/os-specific/linux/undervolt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/undervolt/default.nix b/pkgs/os-specific/linux/undervolt/default.nix
index e9c033acd99..a97cca4dfa7 100644
--- a/pkgs/os-specific/linux/undervolt/default.nix
+++ b/pkgs/os-specific/linux/undervolt/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub, python3Packages }:
 
 python3Packages.buildPythonApplication rec {
-  version = "0.2.8";
+  version = "0.2.9";
   pname = "undervolt";
 
   src = fetchFromGitHub {
     owner = "georgewhewell";
     repo = "undervolt";
     rev = "${version}";
-    sha256 = "0crkqc5zq0gpyg031hfwdxymfc2gc1h8b6m0axzlh7gvnxlf5hra";
+    sha256 = "1d934lp8yczrfslmwff6fxzd4arja2vg00s5kwdr949bxpa6w59c";
   };
 
   meta = with stdenv.lib; {