3
0
Fork 0
forked from mirrors/nixpkgs

libconfig: update from 1.4.8 to 1.4.9

This commit is contained in:
Nixpkgs Monitor 2013-12-16 01:31:22 +02:00 committed by Evgeny Egorochkin
parent 2e43a29ec8
commit 84aba31f42

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libconfig-${version}";
version = "1.4.8";
version = "1.4.9";
src = fetchurl {
url = "http://www.hyperrealm.com/libconfig/${name}.tar.gz";
sha256 = "1v817hy9y416i64ly17xdmgrn62qwj225wqakdzqr2j3pygm1c8q";
sha256 = "0h9h8xjd36lky2r8jyc6hw085xwpslf0x6wyjvi960g6aa99gj09";
};
meta = with stdenv.lib; {