libestr: 0.1.9 -> 0.1.10
This commit is contained in:
parent
af3caf8cb1
commit
648c451a0c
@ -1,8 +1,18 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "libestr-0.1.9";
|
stdenv.mkDerivation rec {
|
||||||
|
name = "libestr-0.1.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://libestr.adiscon.com/files/download/libestr-0.1.9.tar.gz;
|
url = "http://libestr.adiscon.com/files/download/${name}.tar.gz";
|
||||||
sha256 = "06km9mlw5qq4aa7503l81d0qcghzl0n3lh0z41r1xjpa04nnwb42";
|
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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user