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

smemstat: 0.02.12 -> 0.02.13
This commit is contained in:
Nick Cao 2024-01-12 11:31:41 -05:00 committed by GitHub
commit 95b0bf9490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "smemstat"; pname = "smemstat";
version = "0.02.12"; version = "0.02.13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ColinIanKing"; owner = "ColinIanKing";
repo = pname; repo = pname;
rev = "V${version}"; rev = "V${version}";
hash = "sha256-5gO26F80nZvZ6RIqX8o7bDSNo38EL8XywR8wMPFqHA8="; hash = "sha256-wxgw5tPdZAhhISbay8BwoL5zxZJV4WstDpOtv9umf54=";
}; };
buildInputs = [ ncurses ]; buildInputs = [ ncurses ];