mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
tlspool: fix update script
This commit is contained in:
parent
319bcbc222
commit
0382c944cc
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
p11-kit,
|
||||
quickder,
|
||||
unbound,
|
||||
nix-update-script,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
unbound
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
|
||||
|
||||
meta = {
|
||||
description = "TLS daemon with PKCS #11 backend";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue