mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 19:27:27 +00:00
exploitdb: 2023-08-25 -> 2023-08-30
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-08-25...2023-08-30
This commit is contained in:
parent
88133d171e
commit
92c8618b30
@ -6,13 +6,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2023-08-25";
|
||||
version = "2023-08-30";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "exploit-database";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-kDwhmkx+nxqtpyKp9mmnTbu6pzGL/J4/NP2mojljgws=";
|
||||
hash = "sha256-EWxZvr0VbSN8aysDQmqA/d/V5bxy4z1wx2PtC5RVAuI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user