Merge pull request #42270 from r-ryantm/auto-update/eventstat

eventstat: 0.04.03 -> 0.04.04
This commit is contained in:
Jörg Thalheim 2018-06-20 23:36:46 +01:00 committed by GitHub
commit 8ecd16db43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "eventstat-${version}";
version = "0.04.03";
version = "0.04.04";
src = fetchzip {
url = "http://kernel.ubuntu.com/~cking/tarballs/eventstat/eventstat-${version}.tar.gz";
sha256 = "0yv7rpdg07rihw8iilvigib963nxf16mn26hzlb6qd1wv54k6dbr";
sha256 = "034xpdr3ip4w9k713wjc45x66k3nz6wg9wkzmchrjifxk4dldbd8";
};
buildInputs = [ ncurses ];
installFlags = [ "DESTDIR=$(out)" ];