Commit a4bb9090 authored by Frank Doepper's avatar Frank Doepper
Browse files

stenc: fix updateScript

switch from gitUpdater to nix-update-script to avoid choosing rc
versions

closes #373877
parent 942569d4
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";