undervolt: 0.3.0 -> 0.4.0
This commit is contained in:
parent
c048c3fa61
commit
e9a724f00f
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
{ lib, fetchFromGitHub, python3Packages }:
|
{ lib, fetchFromGitHub, python3Packages }:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
pname = "undervolt";
|
pname = "undervolt";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "georgewhewell";
|
owner = "georgewhewell";
|
||||||
repo = "undervolt";
|
repo = "undervolt";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1aybk8vbb4745raz7rvpkk6b98xrdiwjhkpbv3kwsgsr9sj42lp0";
|
hash = "sha256-G+CK/lnZXkQdyNZPqY9P3owVJsd22H3K8wSpjHFG0ow=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue