Merge pull request #69649 from r-ryantm/auto-update/libite

libite: 2.0.2 -> 2.1.0
This commit is contained in:
Renaud
2019-10-12 23:20:51 +02:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libite";
version = "2.0.2";
version = "2.1.0";
src = fetchFromGitHub {
owner = "troglobit";
repo = "libite";
rev = "v${version}";
sha256 = "0qk7231c1xwvjhkc9w7hasvafvgns10cx9kdhfdbc4r1hsh6d1ca";
sha256 = "0fi3j3y37id24cgy3868pyvxkd6mvbbraalvpm99f5dhrxdlv961";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];