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

powercap: 0.3.1 -> 0.4.0
This commit is contained in:
Ryan Mulligan 2021-12-08 06:44:26 -08:00 committed by GitHub
commit ac7824ff8e
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.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "powercap";
repo = "powercap";
rev = "v${version}";
sha256 = "0f1sg1zsskcfralg9khwq7lmz25gvnyknza3bb0hmh1a9lw0jhdn";
sha256 = "sha256-9THXWDGflqTafOMIFg+w0L9L+6xevf0ksWCXFFqI4sI=";
};
nativeBuildInputs = [ cmake ];