mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:57:36 +00:00
exploitdb: 2024-03-09 -> 2024-03-11
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-09...2024-03-11
This commit is contained in:
parent
48dbdff7aa
commit
41f14cfd34
@ -6,13 +6,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2024-03-09";
|
||||
version = "2024-03-11";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "exploit-database";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-IkCswvoCEqlTckXILYToXpIJpHM7MIcVK1MySAJK63A=";
|
||||
hash = "sha256-tL/ff2XZdGM8lfpfw8tSr2HTOVZCEAWNOdjV/mnZNtQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user