Merge pull request #103463 from r-ryantm/auto-update/lsof
lsof: 4.93.2 -> 4.94.0
This commit is contained in:
commit
906e557841
@ -4,7 +4,7 @@ let dialect = with stdenv.lib; last (splitString "-" stdenv.hostPlatform.system)
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lsof";
|
pname = "lsof";
|
||||||
version = "4.93.2";
|
version = "4.94.0";
|
||||||
|
|
||||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "lsof-org";
|
owner = "lsof-org";
|
||||||
repo = "lsof";
|
repo = "lsof";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1gd6r0nv8xz76pmvk52dgmfl0xjvkxl0s51b4jk4a0lphw3393yv";
|
sha256 = "0yxv2jg6rnzys49lyrz9yjb4knamah4xvlqj596y6ix3vm4k3chp";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./no-build-info.patch ];
|
patches = [ ./no-build-info.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user