Merge pull request #299941 from fabaff/exploitdb-bump

exploitdb: 2024-03-26 -> 2024-03-29
This commit is contained in:
Nick Cao 2024-03-29 11:19:01 -04:00 committed by GitHub
commit 1d27473f61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "exploitdb"; pname = "exploitdb";
version = "2024-03-26"; version = "2024-03-29";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "exploit-database"; owner = "exploit-database";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-oZfo9p23uvDw2f7O5AnycVpE14Rul8ZIeQPojVGQCXI="; hash = "sha256-SNgC7gMedVpy07PQTt5MfyxZdb5bN3tTDx72l/rusvw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [