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

powerstat: 0.04.01 -> 0.04.02
This commit is contained in:
Nick Cao 2024-01-13 10:30:50 -05:00 committed by GitHub
commit 80ea70fa67
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.04.01";
version = "0.04.02";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-Wf6V2zaUrirzd3hfkq74mHNqlzxyr8p4B4qe0kLozM8=";
hash = "sha256-bFk2Zga7ZrQFxdaIV+E6N8EuT/20SRVnPihn/5wF8JA=";
};
installFlags = [