Merge pull request #213040 from r-ryantm/auto-update/powerstat

powerstat: 0.02.27 -> 0.03.00
This commit is contained in:
Martin Weinelt 2023-01-27 23:08:18 +00:00 committed by GitHub
commit c458f07bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "powerstat";
version = "0.02.27";
version = "0.03.00";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-P6DhsHnB+ak35JpUfD8Q8XbgMhI1QKKe31B8uMT2ZcY=";
hash = "sha256-eiFzWKY4LrudfjMKDk4clmvCqYOGvWFokn6jEryMYBo=";
};
installFlags = [