Unverified Commit 18ef7bdf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

powerstat: 0.04.03 -> 0.04.04 (#385269)

parents 94ad947f bb4ea773
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [