mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 16:47:34 +00:00
exploitdb: 2023-09-05 -> 2023-09-07
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-09-05...2023-09-07
This commit is contained in:
parent
024c8c2bd4
commit
2481fc685a
@ -6,13 +6,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2023-09-05";
|
||||
version = "2023-09-07";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "exploit-database";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ghoR5DjLtEcanj3R/tgqtmoj7duTanvXKPE+gyB1TZc=";
|
||||
hash = "sha256-8NQkGArCTd/fGhqK8xMAxmUYnYLZ6tSRkkAL3KeN6NE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user