powerstat: 0.04.05 -> 0.04.06

This commit is contained in:
R. Ryantm
2026-03-11 06:39:44 +00:00
parent fff3518dcc
commit f8cab89900
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "powerstat";
version = "0.04.05";
version = "0.04.06";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "powerstat";
rev = "V${finalAttrs.version}";
hash = "sha256-KR+Nzm9uRISNuqqnlTwfQP1jvSK4lAy//zdn7M8HPLk=";
hash = "sha256-naCaCwteDYwIGqvffRGc5AoYMOXHP2OlKMx4zaEztmE=";
};
installFlags = [