Merge pull request #287849 from fabaff/exploitdb-bump

exploitdb: 2024-02-07 -> 2024-02-10
This commit is contained in:
Mario Rodas
2024-02-10 16:50:15 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-02-07";
version = "2024-02-10";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-yDFsIImcV49vbyXIJK8HPidEaTrlGPvlJmaB1wTnr7M=";
hash = "sha256-tnAPjyvzl70bLFyn1y0prkp8o7CjPy1XwYYF1IGq4No=";
};
nativeBuildInputs = [