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

exploitdb: 2024-02-20 -> 2024-02-22
This commit is contained in:
Mario Rodas 2024-02-22 23:22:58 -05:00 committed by GitHub
commit c4b8b5f987
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-20";
version = "2024-02-22";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-cvz+yiB0Ei37W/RlW60oLCmQSCHZI6QB5JJtX4aUyuo=";
hash = "sha256-+5N7qe7YuNNBiizzI2aBKZCsl64ODkit5Y9QlhNWVMw=";
};
nativeBuildInputs = [