Commit cb861324 authored by John Garcia's avatar John Garcia
Browse files

clamtk: 6.16 -> 6.17

parent dce218f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

perlPackages.buildPerlPackage rec {
  pname = "clamtk";
  version = "6.16";
  version = "6.17";

  src = fetchFromGitHub {
    owner = "dave-theunsub";
    repo = "clamtk";
    rev = "v${version}";
    hash = "sha256-o6OaXOXLykTUuF/taKnEhZRV04/3nlU5aNY05ANr1Ko=";
    hash = "sha256-2tWVfRijf78OiKBpLUrZWFberIL8mjqtxvW/IjPn1IE=";
  };

  nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];