mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
lsof: 4.99.3 -> 4.99.4
Changes: https://github.com/lsof-org/lsof/releases/tag/4.99.4
This commit is contained in:
parent
22f7ff4eba
commit
e698a7eeb1
@ -6,13 +6,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lsof";
|
pname = "lsof";
|
||||||
version = "4.99.3";
|
version = "4.99.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lsof-org";
|
owner = "lsof-org";
|
||||||
repo = "lsof";
|
repo = "lsof";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-XW3l+E9D8hgI9jGJGKkIAKa8O9m0JHgZhEASqg4gYuw=";
|
hash = "sha256-JyvQV/JOMaL/3jUr6O0YIzJU/JcXVR65CJf5ip7334w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user