Update cl-ppcre..

svn path=/nixpkgs/trunk/; revision=18822
This commit is contained in:
Michael Raskin 2009-12-05 22:20:05 +00:00
parent 5d7de35976
commit fb82f5c79f

View File

@ -10,7 +10,7 @@ in
rec { rec {
src = fetchurl { src = fetchurl {
url = http://weitz.de/files/cl-ppcre.tar.gz; url = http://weitz.de/files/cl-ppcre.tar.gz;
sha256 = "10698b7cmap4hk1lmlsvx2adcgsni5gly98qpj19fsdgy9ic7dhv"; sha256 = "1hrk051yi1qixy0vdig99cbv0v0p825acli65s08yz99b0pjz7m5";
}; };
inherit buildInputs; inherit buildInputs;