haunt: add passthru.updateScript
via gitUpdater
This commit is contained in:
parent
2607788438
commit
0238ce441a
@ -9,6 +9,7 @@
|
||||
guile-reader,
|
||||
makeBinaryWrapper,
|
||||
pkg-config,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -43,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = gitUpdater { rev-prefix = "v"; };
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user