Merge pull request #235882 from applePrincess/exploitdb-bump

exploitdb: 2023-06-01 -> 2023-06-03
This commit is contained in:
Mario Rodas
2023-06-04 02:31:56 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-06-01";
version = "2023-06-03";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-38FbwwlzJSvbZhTP/SS0oxb07V45GfaS3mnpY1DSG6s=";
hash = "sha256-qyrQMNrCn6HaqMM1ikzx/KGquBOa71XNPHcu5aNnSYg=";
};
nativeBuildInputs = [