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:
parent
1b6491ff2a
commit
4e69dca945
@ -6,7 +6,7 @@
|
|||||||
gperf,
|
gperf,
|
||||||
arpa2cm,
|
arpa2cm,
|
||||||
quickder,
|
quickder,
|
||||||
nix-update-script,
|
gitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
quickder
|
quickder
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Little LDAP: Event-driven, lock-free kernel for dynamic data servers, clients, filters";
|
description = "Little LDAP: Event-driven, lock-free kernel for dynamic data servers, clients, filters";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user