Unverified Commit 9ba655c1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

clamav: 1.4.1 -> 1.4.2 (#375974)

parents efeb03ba e04a2515
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@

stdenv.mkDerivation rec {
  pname = "clamav";
  version = "1.4.1";
  version = "1.4.2";

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

  patches = [