lsof: 4.99.3 -> 4.99.4

Changes: https://github.com/lsof-org/lsof/releases/tag/4.99.4
This commit is contained in:
Sergei Trofimovich 2024-11-18 07:01:24 +00:00
parent 22f7ff4eba
commit e698a7eeb1

View File

@ -6,13 +6,13 @@ in
stdenv.mkDerivation rec {
pname = "lsof";
version = "4.99.3";
version = "4.99.4";
src = fetchFromGitHub {
owner = "lsof-org";
repo = "lsof";
rev = version;
hash = "sha256-XW3l+E9D8hgI9jGJGKkIAKa8O9m0JHgZhEASqg4gYuw=";
hash = "sha256-JyvQV/JOMaL/3jUr6O0YIzJU/JcXVR65CJf5ip7334w=";
};
postPatch = ''