Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 93a7c9471439
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b4ede959ddd6
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 26, 2019

  1. clamav: 0.101.4 -> 0.101.5

    fpletz committed Nov 26, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    b4ede95 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/clamav/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/clamav/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "clamav";
version = "0.101.4";
version = "0.101.5";

src = fetchurl {
url = "https://www.clamav.net/downloads/production/${pname}-${version}.tar.gz";
sha256 = "1kdw0b49hbvja6xn589v4f0q334wav16pmi1hibql5cxj7q99w0b";
sha256 = "136mj9ribp954zz2fxjw8ll03r2yc1vvzkx137j4rkb1mbvlmg04";
};

# don't install sample config files into the absolute sysconfdir folder