lsof: 4.99.5 -> 4.99.6

This commit is contained in:
R. Ryantm
2026-03-04 07:37:00 +00:00
parent 817d55f70a
commit 077df6b934
+2 -2
View File
@@ -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 = ''