powerstat: 0.04.03 -> 0.04.04

This commit is contained in:
R. Ryantm
2025-02-26 14:06:17 +00:00
parent eab9aa8fae
commit bb4ea77341
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "powerstat";
version = "0.04.03";
version = "0.04.04";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-Y9djoy2RaEe4j+1g+9Q2MxEpVzPMA8oyJ92hlQm3Lqg=";
hash = "sha256-M0DgY70EDGPOyLHVTEgLFJ1k9qoi2hgVV0WryIJeGOI=";
};
installFlags = [