From 414dce6d13d8386fbb9faad4ef4f8a9811c373a7 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 18 May 2010 07:48:31 +0000 Subject: [PATCH] updated jquery version to 1.8.1 --- release.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.nix b/release.nix index e1b2ce14..8ac8c6dd 100644 --- a/release.nix +++ b/release.nix @@ -18,8 +18,8 @@ rec { buildInputs = [zip unzip]; jquery = fetchurl { - url = http://jqueryui.com/download/jquery-ui-1.7.2.custom.zip; - sha256 = "1l9dwaaqvdysmzlkg1vb8j0s0xn63d475gh53pjjwxw85668krdh"; + url = http://jqueryui.com/download/jquery-ui-1.8.1.custom.zip; + sha256 = "0r4hgb0dl7xavkxllybmmvshxh383sh8lyczfas544bcfy4wj9f8"; }; tablesorter = fetchurl {