Merge pull request #299325 from fabaff/exploitdb-bump

exploitdb: 2024-03-23 -> 2024-03-26
This commit is contained in:
Fabian Affolter 2024-03-27 09:26:35 +01:00 committed by GitHub
commit ec03ececbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-23";
version = "2024-03-26";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-2Z6HY2Pz7PKh0iBXaplxj7il0Ekzqsbq57l0/Pk03+s=";
hash = "sha256-oZfo9p23uvDw2f7O5AnycVpE14Rul8ZIeQPojVGQCXI=";
};
nativeBuildInputs = [