Merge pull request #275354 from chewblacka/update-clamtk

clamtk: 6.16 -> 6.17
This commit is contained in:
Yt 2023-12-19 17:46:23 +00:00 committed by GitHub
commit 33793dfab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];