Unverified Commit 17035b1e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

stenc: fix updateScript (#376237)

parents 23f1583e a4bb9090
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  gitUpdater,
  nix-update-script,
  autoreconfHook,
  pkg-config,
  pandoc,
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
    installShellCompletion --bash bash-completion/stenc
  '';

  passthru.updateScript = gitUpdater { };
  passthru.updateScript = nix-update-script { };

  meta = {
    description = "SCSI Tape Encryption Manager";