Merge pull request #291894 from r-ryantm/auto-update/exploitdb

exploitdb: 2024-02-22 -> 2024-02-27
This commit is contained in:
Jon Seager 2024-02-28 16:10:02 +00:00 committed by GitHub
commit 06efc15565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-02-22";
version = "2024-02-27";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-+5N7qe7YuNNBiizzI2aBKZCsl64ODkit5Y9QlhNWVMw=";
hash = "sha256-bFCh1kNm7D71PoRoSHdm1qYGGNvYnEb9cLbZerVy5vw=";
};
nativeBuildInputs = [