Skip to content

Commit

Permalink
clamav: 1.4.0 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Sep 12, 2024
1 parent c7b929c commit 207b086
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.4.0";
version = "1.4.1";

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

patches = [
Expand Down

0 comments on commit 207b086

Please sign in to comment.