mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 07:26:54 +00:00
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}./";
|
||
|
}
|