Merge pull request #261379 from NinjaTrappeur/nin/sockdump-bump

sockdump: unstable-2022-10-12 -> unstable-2023-09-16
This commit is contained in:
Ninjatrappeur 2023-10-16 12:52:23 +02:00 committed by GitHub
commit 301949dcf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sockdump";
version = "unstable-2022-10-12";
version = "unstable-2023-09-16";
src = fetchFromGitHub {
owner = "mechpen";
repo = pname;
rev = "005dcb056238c2e37ff378aef27c953208ffa08f";
hash = "sha256-X8PIUDxlcdPoD7+aLDWzlWV++P3mmu52BwY7irhypww=";
rev = "713759e383366feae76863881e851a6411c73b68";
hash = "sha256-q6jdwFhl2G9o2C0BVU6Xz7xizO00yaSQ2KSR/z4fixY=";
};
propagatedBuildInputs = [ bcc ];