Merge pull request #224226 from fabaff/exploitdb-bump

exploitdb: 2023-03-31 -> 2023-04-01
This commit is contained in:
Fabian Affolter
2023-04-02 00:30:37 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-03-31";
version = "2023-04-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Xqhmkdl4f29a+ev/Dc7b/GW1PyU8oAc64dibYnhts88=";
hash = "sha256-9cH1zJd3r6unnJMnnpLGZZ82FGafRpiBq0rECH//PPc=";
};
nativeBuildInputs = [