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

smemstat: 0.02.11 -> 0.02.12
This commit is contained in:
Nick Cao 2023-07-18 19:21:03 -06:00 committed by GitHub
commit 07c99afe09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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