3
0
Fork 0
forked from mirrors/nixpkgs

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

nmon: 16j -> 16k
This commit is contained in:
Ryan Mulligan 2019-07-01 20:48:48 -07:00 committed by GitHub
commit bf698affbb
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 = "16j";
version = "16k";
src = fetchurl {
url = "mirror://sourceforge/nmon/lmon${version}.c";
sha256 = "05a6yc1w421r30qg32a8j0wajjv2ff1mwwsrariv3fz3ng4phf5s";
sha256 = "17nbxrnl7kqiaaxn2hwyi65gphbl3wybbyp9vri2q5ifdis3ssib";
};
buildInputs = [ ncurses ];