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

powerstat: 0.03.00 -> 0.03.01
This commit is contained in:
Nick Cao 2023-03-01 15:24:37 +08:00 committed by GitHub
commit 49c45c0323
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.03.00";
version = "0.03.01";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-eiFzWKY4LrudfjMKDk4clmvCqYOGvWFokn6jEryMYBo=";
hash = "sha256-+3b6yH5CuFdtjjTmW2mwuvNyhO8/8N7vv6st+ttztBQ=";
};
installFlags = [