Update WebKit to latest and use Git checkout for libsoup

svn path=/nixpkgs/trunk/; revision=16820
This commit is contained in:
Michael Raskin
2009-08-24 04:55:55 +00:00
parent d436b3a8f2
commit 8e85ed36fb
5 changed files with 31 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
rec {
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r47388.tar.bz2";
version = "r47388";
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r47686.tar.bz2";
version = "r47686";
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-${version}.tar.bz2";
hash = "0apq5fg254wckpfqxgy61qd13k8srss1822dllmwcfsfk15m7mcx";
hash = "1h1frvvp8hfv3q2drjnrpgadgin55p7nv8747kxxhdkj4gv9dzqg";
}