Commit e9a724f0 authored by John Garcia's avatar John Garcia
Browse files

undervolt: 0.3.0 -> 0.4.0

parent c048c3fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, python3Packages }:

python3Packages.buildPythonApplication rec {
  version = "0.3.0";
  version = "0.4.0";
  pname = "undervolt";

  src = fetchFromGitHub {
    owner = "georgewhewell";
    repo = "undervolt";
    rev = version;
    sha256 = "1aybk8vbb4745raz7rvpkk6b98xrdiwjhkpbv3kwsgsr9sj42lp0";
    hash = "sha256-G+CK/lnZXkQdyNZPqY9P3owVJsd22H3K8wSpjHFG0ow=";
  };

  meta = with lib; {