Merge pull request #127901 from NixOS/backport-127884-to-release-21.05

[Backport release-21.05] clamav: 0.103.2 -> 0.103.3
This commit is contained in:
Artturi 2021-08-07 01:45:16 +03:00 committed by GitHub
commit 97369376e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "clamav";
version = "0.103.2";
version = "0.103.3";
src = fetchurl {
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
sha256 = "sha256-1LXQrGZiYuQjoyb7VHeMqnxpYk1sP5VCiV/rhHgnG9I=";
sha256 = "sha256-n249GESfPRo5kncdaWaFJJ36EnNv4rKSmFjyx9gnauk=";
};
# don't install sample config files into the absolute sysconfdir folder