* jquery-ui 1.8.1 disappeared.

This commit is contained in:
Eelco Dolstra 2010-06-22 12:05:08 +00:00
parent e35f0005e6
commit f4592654e0

View file

@ -18,8 +18,8 @@ rec {
buildInputs = [zip unzip];
jquery = fetchurl {
url = http://jqueryui.com/download/jquery-ui-1.8.1.custom.zip;
sha256 = "0r4hgb0dl7xavkxllybmmvshxh383sh8lyczfas544bcfy4wj9f8";
url = http://jqueryui.com/download/jquery-ui-1.8.2.custom.zip;
sha256 = "1rvys5fl782x13zpyj20q6z9kflm2xg1s9608lvnh9j5fbgxv656";
};
tablesorter = fetchurl {