Commit 077df6b9 authored by R. RyanTM's avatar R. RyanTM
Browse files

lsof: 4.99.5 -> 4.99.6

parent 817d55f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ in

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

  src = fetchFromGitHub {
    owner = "lsof-org";
    repo = "lsof";
    rev = version;
    hash = "sha256-zn09cwFFz5ZNJu8GwGGSSGNx5jvXbKLT6/+Lcmn1wK8=";
    hash = "sha256-M/2xcii8ibGAI/6f34AE7aEb9fmn+iSWqWqnyDhg4CI=";
  };

  postPatch = ''