lsof: 4.99.6 -> 4.99.7

This commit is contained in:
R. Ryantm
2026-06-16 14:10:28 +00:00
parent b38530584b
commit 858f9f3a26
+2 -2
View File
@@ -17,13 +17,13 @@ in
stdenv.mkDerivation rec {
pname = "lsof";
version = "4.99.6";
version = "4.99.7";
src = fetchFromGitHub {
owner = "lsof-org";
repo = "lsof";
rev = version;
hash = "sha256-M/2xcii8ibGAI/6f34AE7aEb9fmn+iSWqWqnyDhg4CI=";
hash = "sha256-o95osjMQvpOVx2b0lCXVp61x2GHQV+HW1iaamVhevng=";
};
postPatch = ''