Skip to content

Commit 0382c94

Browse files
eljammfricklerhandwerk
authored andcommitted
tlspool: fix update script
1 parent 319bcbc commit 0382c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tl/tlspool/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
p11-kit,
1616
quickder,
1717
unbound,
18-
nix-update-script,
18+
gitUpdater,
1919
}:
2020

2121
stdenv.mkDerivation (finalAttrs: {
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
5151
unbound
5252
];
5353

54-
passthru.updateScript = nix-update-script { };
54+
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
5555

5656
meta = {
5757
description = "TLS daemon with PKCS #11 backend";

0 commit comments

Comments
 (0)