3
0
Fork 0
forked from mirrors/nixpkgs

libite: 1.8.2 -> 1.8.3

This commit is contained in:
Franz Pletz 2017-06-20 01:55:10 +02:00
parent aea08dd53e
commit 21b5093966
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libite-${version}";
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
owner = "troglobit";
repo = "libite";
rev = "v${version}";
sha256 = "0cx566rcjq2m24yq7m88ci642x34lxy97kjb12cbi1c174k738hm";
sha256 = "040idgbjqr239rkd68rqzwhylryiaa0z3qkwj2l2mlscv0aq8v0j";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];