Merge pull request #223141 from fabaff/exploitdb-bump

exploitdb: 2023-03-23 -> 2023-03-25
This commit is contained in:
Fabian Affolter
2023-03-26 00:37:56 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-03-23";
version = "2023-03-25";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-g8dijq9GsMZdkVX/dFEdCPyUX2L5gDOEAqQTckW6HZk=";
hash = "sha256-pmhjSZMnTJn0MDKsCk799DrHBDqvUw8M9wxBx65W9pQ=";
};
nativeBuildInputs = [