mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
smemstat: 0.02.12 -> 0.02.13
This commit is contained in:
parent
a2f82b9b84
commit
49e1912998
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user