Commit 0382c944 authored by eljamm's avatar eljamm Committed by Valentin Gagarin
Browse files

tlspool: fix update script

parent 319bcbc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";