mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Grrr, we should really mirror jquery-ui.
svn path=/nixpkgs/trunk/; revision=26099
This commit is contained in:
parent
9bbe78533e
commit
a9ca5acac3
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue