nmon: 16g -> 16h

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
This commit is contained in:
R. RyanTM 2019-01-07 13:48:55 -08:00
parent e5381cdece
commit 1dcc1f250b

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "nmon-${version}";
version = "16g";
version = "16h";
src = fetchurl {
url = "mirror://sourceforge/nmon/lmon${version}.c";
sha256 = "127n8xvmg7byp42sm924mdr7hd3bsfsxpryzahl0cfsh7dlxv0ns";
sha256 = "1snfi6wsnpwhpzi33yhqvrrmxmfw6ilcxjkgjx3jkk0453y2sfz2";
};
buildInputs = [ ncurses ];