mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
url http://www.monotone.ca/downloads.php
|
|
|
|
do_overwrite(){
|
|
ensure_version
|
|
ensure_hash
|
|
set_var_value version $CURRENT_VERSION
|
|
set_var_value sha256 $CURRENT_HASH
|
|
}
|