Unverified Commit 95b0bf94 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #280346 from r-ryantm/auto-update/smemstat

smemstat: 0.02.12 -> 0.02.13
parents eaa25d98 49e19129
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "smemstat";
  version = "0.02.12";
  version = "0.02.13";

  src = fetchFromGitHub {
    owner = "ColinIanKing";
    repo = pname;
    rev = "V${version}";
    hash = "sha256-5gO26F80nZvZ6RIqX8o7bDSNo38EL8XywR8wMPFqHA8=";
    hash = "sha256-wxgw5tPdZAhhISbay8BwoL5zxZJV4WstDpOtv9umf54=";
  };

  buildInputs = [ ncurses ];