forked from mirrors/nixpkgs
exploitdb: 2023-05-27 -> 2023-06-01
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-05-27...2023-06-01
This commit is contained in:
parent
b63c643631
commit
4e4b9e4447
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2023-05-27";
|
||||
version = "2023-06-01";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "exploit-database";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-7C4lihyGt8jiCtHXzE1iik0vsVRlsoKgvFgiV9iqtoQ=";
|
||||
hash = "sha256-38FbwwlzJSvbZhTP/SS0oxb07V45GfaS3mnpY1DSG6s=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue