powerstat: 0.03.00 -> 0.03.01

This commit is contained in:
R. Ryantm
2023-02-28 02:57:19 +00:00
parent eef1defad8
commit d65319733c
+2 -2
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 = [