smemstat: 0.02.12 -> 0.02.13

This commit is contained in:
R. Ryantm 2024-01-11 20:39:05 +00:00
parent a2f82b9b84
commit 49e1912998

View file

@ -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 ];