lillydap: fix update script

In response to: https://github.com/NixOS/nixpkgs/pull/413888

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards 2025-06-04 08:57:30 -04:00
parent 1b6491ff2a
commit 4e69dca945
No known key found for this signature in database
GPG Key ID: D83DC5377393C7E6

View File

@ -6,7 +6,7 @@
gperf,
arpa2cm,
quickder,
nix-update-script,
gitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
quickder
];
passthru.updateScript = nix-update-script { };
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = {
description = "Little LDAP: Event-driven, lock-free kernel for dynamic data servers, clients, filters";