From 648c451a0c1c05817fe786f42833a6d1b8920ada Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 11 Mar 2015 13:13:33 -0700 Subject: libestr: 0.1.9 -> 0.1.10 --- pkgs/development/libraries/libestr/default.nix | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'pkgs/development/libraries/libestr/default.nix') diff --git a/pkgs/development/libraries/libestr/default.nix b/pkgs/development/libraries/libestr/default.nix index 271311cf46c..ad37f9010c5 100644 --- a/pkgs/development/libraries/libestr/default.nix +++ b/pkgs/development/libraries/libestr/default.nix @@ -1,8 +1,18 @@ { stdenv, fetchurl }: -stdenv.mkDerivation { - name = "libestr-0.1.9"; + +stdenv.mkDerivation rec { + name = "libestr-0.1.10"; + src = fetchurl { - url = http://libestr.adiscon.com/files/download/libestr-0.1.9.tar.gz; - sha256 = "06km9mlw5qq4aa7503l81d0qcghzl0n3lh0z41r1xjpa04nnwb42"; + url = "http://libestr.adiscon.com/files/download/${name}.tar.gz"; + sha256 = "0g3hmh3wxgjbn5g6cgy2l0ja806jd0ayp22bahcds3kmdq95wrdx"; + }; + + meta = with stdenv.lib; { + homepage = http://libestr.adiscon.com/; + description = "some essentials for string handling"; + license = licenses.lgpl21; + platforms = platforms.all; + maintainers = with maintainers; [ wkennington ]; }; } -- cgit 1.4.1