5a6e313abf
svn path=/nixpkgs/trunk/; revision=16816
6 lines
172 B
Nix
6 lines
172 B
Nix
{
|
|
downloadPage = "http://nightly.webkit.org/";
|
|
versionExtractorSedScript = "s/.*-(r[0-9]+)[.].*/\\1/";
|
|
versionReferenceCreator = "s/-(r[0-9.]+)[.]/-\${version}./";
|
|
}
|