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

exploitdb: 2023-11-21 -> 2023-11-24
This commit is contained in:
Fabian Affolter 2023-11-25 10:39:00 +01:00 committed by GitHub
commit de0d0a9e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-11-21";
version = "2023-11-24";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kRw9djRYFC88EG3bf+sY0ERUBEnqUvXudatG1nuHREg=";
hash = "sha256-qSJ4ZmgOR36CcCVFneYZhgFysxsa/nySdiypveuX8Fw=";
};
nativeBuildInputs = [