Merge pull request #184473 from r-ryantm/auto-update/powercap

powercap: 0.5.0 -> 0.6.0
This commit is contained in:
Bobby Rong 2022-08-02 11:49:16 +08:00 committed by GitHub
commit d7b20c17b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "powercap";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "powercap";
repo = "powercap";
rev = "v${version}";
sha256 = "sha256-VvepbABc7daRE0/sJqsCb+m2my8O3B1ICXywBqsjSO8=";
sha256 = "sha256-l+IpFqBnCYUU825++sUPySD/Ku0TEIX2kt+S0Wml6iA=";
};
nativeBuildInputs = [ cmake ];