fetchFromSavannah: force re-fetch when rev changes
This commit is contained in:
parent
7ec6274c37
commit
9ed579059e
|
@ -2,7 +2,7 @@
|
|||
|
||||
lib.makeOverridable (
|
||||
# cgit example, snapshot support is optional in cgit
|
||||
{ repo, rev, name ? "source"
|
||||
{ repo, rev, name ? "source-savannah.gnu.org-${repo}-${rev}"
|
||||
, ... # For hash agility
|
||||
}@args: fetchzip ({
|
||||
inherit name;
|
||||
|
|
Loading…
Reference in a new issue