3
0
Fork 0
forked from mirrors/nixpkgs

libivykis: 0.39 -> 0.40

This commit is contained in:
Franz Pletz 2016-11-09 21:00:48 +01:00 committed by Robin Gloster
parent 63f7d53572
commit 8837b4a1c6
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -3,16 +3,18 @@
stdenv.mkDerivation rec {
name = "libivykis-${version}";
version = "0.39";
version = "0.40";
src = fetchurl {
url = "mirror://sourceforge/libivykis/${version}/ivykis-${version}.tar.gz";
sha256 = "11d7sjbhcll932rlvx9sf3vk60b5bazmjf4vlr4qd9cz0cashizz";
sha256 = "1rn32dijv0pn9y2mbdg1n7al4h4i5pwwhhihr9pyakwyb6qgmqxj";
};
buildInputs = [ autoreconfHook pkgconfig file protobufc ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ file protobufc ];
meta = with stdenv.lib; {
homepage = "http://libivykis.sourceforge.net/";
description = ''
A thin wrapper over various OS'es implementation of I/O readiness
notification facilities