exploitdb: 2023-05-17 -> 2023-05-19

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-05-17...2023-05-19
This commit is contained in:
Fabian Affolter
2023-05-19 21:28:50 +02:00
parent 702a13986f
commit 99a570d272
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-05-17";
version = "2023-05-19";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WbGtfxnEBOmmK9TjxSWJSEUHaUE9gX1hm9hmA4xkHhU=";
hash = "sha256-5VHsf7qvbDZPLyr411qNwZM0/aDo2PXfdh94/lgrc5M=";
};
nativeBuildInputs = [