undervolt: 2.8 -> 2.9

This commit is contained in:
Will Dietz 2018-09-19 14:24:06 -05:00
parent 6e4c666a67
commit 76e22c76b0

View File

@ -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; {