3
0
Fork 0
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:
Fabian Affolter 2023-06-02 03:52:48 +02:00
parent b63c643631
commit 4e4b9e4447

View file

@ -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 = [