Unverified Commit d113fbbe authored by Robin Gloster's avatar Robin Gloster Committed by GitHub
Browse files

tcpdump: 4.99.5 -> 4.99.6 (#475591)

parents 055fccce 6bafca96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
  pname = "tcpdump";
  version = "4.99.5";
  version = "4.99.6";

  src = fetchurl {
    url = "https://www.tcpdump.org/release/tcpdump-${version}.tar.gz";
    hash = "sha256-jHWFbgCt3urfcNrWfJ/z3TaFNrK4Vjq/aFTXx2TNOts=";
    hash = "sha256-WDmSGg9n19j6PazZzUHkTInMuGfoptshbWJijH/RSwk=";
  };

  postPatch = ''