mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Merge pull request #297242 from picnoir/pic/sockdump-bump
sockdump: unstable-2023-09-16 -> unstable-2023-12-11
This commit is contained in:
commit
1a1310c13e
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "sockdump";
|
pname = "sockdump";
|
||||||
version = "unstable-2023-09-16";
|
version = "unstable-2023-12-11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mechpen";
|
owner = "mechpen";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "713759e383366feae76863881e851a6411c73b68";
|
rev = "d40ec77e960d021861220bc14a273c5dcad13160";
|
||||||
hash = "sha256-q6jdwFhl2G9o2C0BVU6Xz7xizO00yaSQ2KSR/z4fixY=";
|
hash = "sha256-FLK1rgWvIoFGv/6+DtDhZGeOZrn7V1jYNS3S8qwL/dc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ bcc ];
|
propagatedBuildInputs = [ bcc ];
|
||||||
@ -21,6 +21,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
description = "Dump unix domain socket traffic with bpf";
|
description = "Dump unix domain socket traffic with bpf";
|
||||||
mainProgram = "sockdump";
|
mainProgram = "sockdump";
|
||||||
license = lib.licenses.unlicense;
|
license = lib.licenses.unlicense;
|
||||||
maintainers = with lib.maintainers; [ ehmry ];
|
maintainers = with lib.maintainers; [ ehmry picnoir ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user