Merge pull request #313321 from fabaff/exploitdb-bump

exploitdb: 2024-05-16 -> 2024-05-20
This commit is contained in:
Fabian Affolter 2024-05-21 11:32:09 +02:00 committed by GitHub
commit 6cbaf761cc
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-05-16";
version = "2024-05-20";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-m00hnTu8PEUmWHO9ei9DYU10DAgn1zaKATt6yVJ7R1o=";
hash = "sha256-Cizs0dUP0wuwo3jYaL73gXUdxsMEBH91DgdQD6GbHrc=";
};
nativeBuildInputs = [ makeWrapper ];