Skip to content

Commit

Permalink
clamav: 1.3.1 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEekGerhardsen committed Aug 19, 2024
1 parent 9aa35ef commit ae5bd14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/clamav/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
pname = "clamav";
version = "1.3.1";
version = "1.4.0";

src = fetchurl {
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
hash = "sha256-EqMDW/JvVfceMQalGl+o17dEVy35imOSCpz/h2p9zOQ=";
hash = "sha256-1nqymeXKBdrT2imaXqc9YCCTcqW+zX8TuaM8KQM4pOY=";
};

patches = [
Expand Down

0 comments on commit ae5bd14

Please sign in to comment.