powerstat: 0.03.01 -> 0.03.03

This commit is contained in:
R. Ryantm 2023-05-27 05:09:39 +00:00
parent dc7b616338
commit bee7cb5904

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 = [