Merge pull request #293900 from r-ryantm/auto-update/powerstat

powerstat: 0.04.02 -> 0.04.03
This commit is contained in:
Nick Cao 2024-03-07 09:47:16 -05:00 committed by GitHub
commit 4c7fe7c75f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "powerstat";
version = "0.04.02";
version = "0.04.03";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-bFk2Zga7ZrQFxdaIV+E6N8EuT/20SRVnPihn/5wF8JA=";
hash = "sha256-Y9djoy2RaEe4j+1g+9Q2MxEpVzPMA8oyJ92hlQm3Lqg=";
};
installFlags = [