lsof: 4.99.4 -> 4.99.5 (#421465)
This commit is contained in:
commit
c5cdf10b03
@ -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 =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user