We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319bcbc commit 0382c94Copy full SHA for 0382c94
pkgs/by-name/tl/tlspool/package.nix
@@ -15,7 +15,7 @@
15
p11-kit,
16
quickder,
17
unbound,
18
- nix-update-script,
+ gitUpdater,
19
}:
20
21
stdenv.mkDerivation (finalAttrs: {
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
51
unbound
52
];
53
54
- passthru.updateScript = nix-update-script { };
+ passthru.updateScript = gitUpdater { rev-prefix = "v"; };
55
56
meta = {
57
description = "TLS daemon with PKCS #11 backend";
0 commit comments