mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
b189247ba0
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
url https://mupdf.com/downloads/archive/
|
|
do_overwrite(){
|
|
ensure_hash
|
|
ensure_version
|
|
set_var_value version $CURRENT_VERSION
|
|
set_var_value sha256 $CURRENT_HASH
|
|
}
|