Commit dc259713 authored by happysalada's avatar happysalada
Browse files

fangfrisch: add update script

parent 446ca1db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  python3,
  fetchFromGitHub,
  nix-update-script,
}:
let
  version = "1.9.2";
@@ -30,6 +31,8 @@ python3.pkgs.buildPythonApplication {

  pythonImportsCheck = [ "fangfrisch" ];

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

  meta = with lib; {
    description = "Update and verify unofficial Clam Anti-Virus signatures";
    homepage = "https://github.com/rseichter/fangfrisch";