Skip to content

Commit

Permalink
clamav: bump 0.98.4 to 0.98.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robberer committed Nov 22, 2014
1 parent c1a0440 commit a8bce0c
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
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, bzip2, libiconvOrNull, libxml2, openssl, ncurses, curl }:
stdenv.mkDerivation rec {
name = "clamav-${version}";
version = "0.98.4";
version = "0.98.5";

src = fetchurl {
url = "mirror://sourceforge/clamav/clamav-${version}.tar.gz";
sha256 = "071yzamalj3rf7kl2jvc35ipnk1imdkq5ylbb8whyxfgmd3nf06k";
sha256 = "0kdaimnbbb0hymg7d15a3iwk17r8555nyzr3d1j96cwhzbakfbww";
};

buildInputs = [ zlib bzip2 libxml2 openssl ncurses curl ]
Expand Down

0 comments on commit a8bce0c

Please sign in to comment.