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

powerstat: 0.03.01 -> 0.03.03
This commit is contained in:
Nick Cao
2023-05-27 00:22:16 -06:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "powerstat";
version = "0.03.01";
version = "0.03.03";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-+3b6yH5CuFdtjjTmW2mwuvNyhO8/8N7vv6st+ttztBQ=";
hash = "sha256-D8VwczXHUHQ8p03IgYW3t8hOIGHKp0n1c7FpAUWua74=";
};
installFlags = [