Author: eelco
Date: 2010-06-22 12:05:08 +0000 (Tue, 22 Jun 2010)
New Revision: 22371

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22371&view=rev

Modified:
   hydra/trunk/release.nix

Log:
* jquery-ui 1.8.1 disappeared.

Changes:

Modified: hydra/trunk/release.nix
===================================================================
--- hydra/trunk/release.nix     2010-06-22 12:00:19 UTC (rev 22370)
+++ hydra/trunk/release.nix     2010-06-22 12:05:08 UTC (rev 22371)
@@ -18,8 +18,8 @@
       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 {

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to