powerstat: 0.03.03 -> 0.04.01

This commit is contained in:
R. Ryantm 2023-11-25 09:49:02 +00:00
parent 4909f03115
commit 65217c32df

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