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

powerstat: 0.03.03 -> 0.04.01
This commit is contained in:
Nick Cao 2023-11-25 09:40:10 -05:00 committed by GitHub
commit b99ce33325
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.03";
version = "0.04.01";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-D8VwczXHUHQ8p03IgYW3t8hOIGHKp0n1c7FpAUWua74=";
hash = "sha256-Wf6V2zaUrirzd3hfkq74mHNqlzxyr8p4B4qe0kLozM8=";
};
installFlags = [