Merge pull request #53604 from r-ryantm/auto-update/nmon

nmon: 16g -> 16h
This commit is contained in:
markuskowa 2019-01-09 22:50:56 +01:00 committed by GitHub
commit eadb304a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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