Merge pull request #303981 from fabaff/exploitdb-bump

exploitdb: 2024-04-13 -> 2024-04-14
This commit is contained in:
Nick Cao 2024-04-14 10:51:03 -04:00 committed by GitHub
commit 86c3f356b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-04-13";
version = "2024-04-14";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-AgZ2TAeZDVhjNuCCdeXjtGgMOVl7fBkAK8USHAU/h1M=";
hash = "sha256-KMvcK9uvXJ474SF+8tLLYyj5jHoqbWOkhRnlAfuKsMU=";
};
nativeBuildInputs = [ makeWrapper ];