mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:27:42 +00:00
exploitdb: 2023-09-12 -> 2023-09-13
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-09-12...2023-09-13
This commit is contained in:
parent
0987c80f48
commit
48c121b74f
@ -6,13 +6,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2023-09-12";
|
||||
version = "2023-09-13";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "exploit-database";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-XMOXBlCld1YXymRMOMIeQgszn8L6rMCZWPHlLtIAlRg=";
|
||||
hash = "sha256-Dv7LcKzZi5uvEiYmFk/lrOd1l1VknCvjz7cV3K2UfeM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user