exploitdb: 2024-06-27 -> 2024-07-02

This commit is contained in:
R. Ryantm
2024-07-03 10:43:53 +00:00
parent 24b44a1f13
commit d625dfd536
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-06-27";
version = "2024-07-02";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-8TYraSY6dA7Q9CE9sTjfteNzrVIc6CuMPD6umOmAoHk=";
hash = "sha256-lgnuUsIbRDtI5/KA9EBJxNfDTel/1+7VjLLMAoB0il0=";
};
nativeBuildInputs = [ makeWrapper ];