Merge pull request #295116 from fabaff/exploitdb-bump

exploitdb: 2024-03-09 -> 2024-03-11
This commit is contained in:
Fabian Affolter 2024-03-12 07:33:05 +01:00 committed by GitHub
commit 42544f3f35
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-03-09";
version = "2024-03-11";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-IkCswvoCEqlTckXILYToXpIJpHM7MIcVK1MySAJK63A=";
hash = "sha256-tL/ff2XZdGM8lfpfw8tSr2HTOVZCEAWNOdjV/mnZNtQ=";
};
nativeBuildInputs = [