mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
exploitdb: 2023-10-14 -> 2023-10-19
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-10-14...2023-10-19
This commit is contained in:
parent
cbe3d40804
commit
ae0dbfa15a
@ -6,13 +6,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2023-10-14";
|
||||
version = "2023-10-19";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "exploit-database";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Hhk7P6mUDxTGeAq1qbtCPV0Npm7ab/F++Q0cL5rJifc=";
|
||||
hash = "sha256-POsrr7TDEwSuEX5KcHu4CtS53DPUpDH2TcWh/ZN0JwQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user