Unverified Commit 49c45c03 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

powerstat: 0.03.00 -> 0.03.01
parents 108c08a9 d6531973
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "powerstat";
  version = "0.03.00";
  version = "0.03.01";

  src = fetchFromGitHub {
    owner = "ColinIanKing";
    repo = pname;
    rev = "V${version}";
    hash = "sha256-eiFzWKY4LrudfjMKDk4clmvCqYOGvWFokn6jEryMYBo=";
    hash = "sha256-+3b6yH5CuFdtjjTmW2mwuvNyhO8/8N7vv6st+ttztBQ=";
  };

  installFlags = [