lsof: 4.99.4 -> 4.99.5 (#421465)

This commit is contained in:
Wolfgang Walther 2025-07-17 12:49:08 +00:00 committed by GitHub
commit c5cdf10b03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lsof"; pname = "lsof";
version = "4.99.4"; version = "4.99.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lsof-org"; owner = "lsof-org";
repo = "lsof"; repo = "lsof";
rev = version; rev = version;
hash = "sha256-JyvQV/JOMaL/3jUr6O0YIzJU/JcXVR65CJf5ip7334w="; hash = "sha256-zn09cwFFz5ZNJu8GwGGSSGNx5jvXbKLT6/+Lcmn1wK8=";
}; };
postPatch = postPatch =