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

exploitdb: 2023-12-22 -> 2024-01-24
This commit is contained in:
Fabian Affolter 2024-01-24 12:28:01 +01:00 committed by GitHub
commit d882c0e589
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 = "2023-12-22";
version = "2024-01-24";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NuukzG+l83YhIgVASLKCkE3FrS6+z8uURTxZyhT/RuA=";
hash = "sha256-3nwF/3xospyxxH6BvOU9DYBi8Fkw4oERGDZJPKMgSXM=";
};
nativeBuildInputs = [