haunt: add passthru.updateScript via gitUpdater

This commit is contained in:
Jasi 2025-07-16 23:39:56 -04:00
parent 2607788438
commit 0238ce441a
No known key found for this signature in database
GPG Key ID: C2FD924F7CAEDA2A

View File

@ -9,6 +9,7 @@
guile-reader, guile-reader,
makeBinaryWrapper, makeBinaryWrapper,
pkg-config, pkg-config,
gitUpdater,
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
@ -43,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
''; '';
passthru = { passthru = {
updateScript = gitUpdater { rev-prefix = "v"; };
}; };
meta = { meta = {