* Grrr, we should really mirror jquery-ui.

svn path=/nixpkgs/trunk/; revision=26099
This commit is contained in:
Eelco Dolstra 2011-02-24 16:20:47 +00:00
parent 9bbe78533e
commit a9ca5acac3

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, unzip }:
stdenv.mkDerivation rec {
name = "jquery-ui-1.8.9";
name = "jquery-ui-1.8.10";
src = fetchurl {
url = "http://jqueryui.com/download/${name}.custom.zip";
sha256 = "1fnn5xwj57bdf9z786iymcxa7c4qf6mv4jm5m7q52j72by8gf011";
sha256 = "0yglab9zmxr1il2rmxxd7gycpfaavgpi03h8nc5b2yx2kz80jlik";
};
sourceRoot = ".";
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://jqueryui.com/;
description = "A library of JavaScript widgets and effects";
platforms = stdenv.lib.platforms.all;
};
}