sparse-v2/flake.lock
Andrew Rioux 90c8b97141
feat: fixed server comp, added ELF inject
I gave up and just put it in a Docker image, it's not as important as
the beacons being statically compiled
2025-02-04 16:42:05 -05:00

207 lines
5.8 KiB
JSON

{
"nodes": {
"advisory-db": {
"flake": false,
"locked": {
"lastModified": 1738539423,
"narHash": "sha256-qb4FLJFuIHdzI1oeVor69678RugKy8YwsLRQd38fJnc=",
"owner": "rustsec",
"repo": "advisory-db",
"rev": "08617accdc251d22bc8fd4e3bd62cf53eeddf611",
"type": "github"
},
"original": {
"owner": "rustsec",
"repo": "advisory-db",
"type": "github"
}
},
"crane": {
"locked": {
"lastModified": 1738652123,
"narHash": "sha256-zdZek5FXK/k95J0vnLF0AMnYuZl4AjARq83blKuJBYY=",
"owner": "ipetkov",
"repo": "crane",
"rev": "c7e015a5fcefb070778c7d91734768680188a9cd",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"freebsd-libs-packed": {
"flake": false,
"locked": {
"narHash": "sha256-l9YQPyra0F4guqiI4rW5XsZxGP1Usy//nglUVFlqY1c=",
"type": "file",
"url": "https://download.freebsd.org/releases/amd64/14.1-RELEASE/base.txz"
},
"original": {
"type": "file",
"url": "https://download.freebsd.org/releases/amd64/14.1-RELEASE/base.txz"
}
},
"libcap-src": {
"flake": false,
"locked": {
"lastModified": 1738428567,
"narHash": "sha256-RZk104gsPj4NIGKF7A8C5cqnxPFW9oSijxCDm4xVES4=",
"ref": "refs/heads/master",
"rev": "025f28ca4fe085fbcbf7933d53a42d335744e553",
"revCount": 721,
"type": "git",
"url": "https://git.kernel.org/pub/scm/libs/libcap/libcap.git"
},
"original": {
"type": "git",
"url": "https://git.kernel.org/pub/scm/libs/libcap/libcap.git"
}
},
"libnl-src": {
"flake": false,
"locked": {
"lastModified": 1736681776,
"narHash": "sha256-8j5x5+2Bo+GHn3CQUcrX59nE2zrD6zoEERJAnuuK3vk=",
"ref": "refs/heads/main",
"rev": "b3822aa3b605b2dc5f01f9aee8ee224fc23e23a0",
"revCount": 2135,
"type": "git",
"url": "https://github.com/thom311/libnl"
},
"original": {
"type": "git",
"url": "https://github.com/thom311/libnl"
}
},
"libpcap-src": {
"flake": false,
"locked": {
"lastModified": 1738360733,
"narHash": "sha256-bgJglWP2p6OdO9aN29WhAiNtqJSWLdN6Nj2hEwuPtko=",
"ref": "refs/heads/master",
"rev": "62390e8c5fceacf86f0fb9d95f71f701c03a3d4e",
"revCount": 6438,
"type": "git",
"url": "https://github.com/the-tcpdump-group/libpcap"
},
"original": {
"type": "git",
"url": "https://github.com/the-tcpdump-group/libpcap"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1738546358,
"narHash": "sha256-nLivjIygCiqLp5QcL7l56Tca/elVqM9FG1hGd9ZSsrg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c6e957d81b96751a3d5967a0fd73694f303cc914",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"advisory-db": "advisory-db",
"crane": "crane",
"flake-utils": "flake-utils",
"freebsd-libs-packed": "freebsd-libs-packed",
"libcap-src": "libcap-src",
"libnl-src": "libnl-src",
"libpcap-src": "libpcap-src",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay",
"winpcap-installer": "winpcap-installer",
"winpcap-libs": "winpcap-libs"
}
},
"rust-overlay": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1738635966,
"narHash": "sha256-5MbJhh6nz7tx8FYVOJ0+ixMaEn0ibGzV/hScPMmqVTE=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "1ff8663cd75a11e61f8046c62f4dbb05d1907b44",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"winpcap-installer": {
"flake": false,
"locked": {
"narHash": "sha256-F3nzqZKR79zyV8INL3k1XndwOfWVJHYiBTI14e//ljc=",
"type": "file",
"url": "https://www.winpcap.org/install/bin/WinPcap_4_1_3.exe"
},
"original": {
"type": "file",
"url": "https://www.winpcap.org/install/bin/WinPcap_4_1_3.exe"
}
},
"winpcap-libs": {
"flake": false,
"locked": {
"lastModified": 1277475020,
"narHash": "sha256-lea+6c9obTpxWosi2xRXUxV4+whsCTWMJ7wxZNASRz8=",
"type": "tarball",
"url": "https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip"
},
"original": {
"type": "tarball",
"url": "https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip"
}
}
},
"root": "root",
"version": 7
}