Merge pull request #287028 from applePrincess/bump-exploitdb

exploitdb: 2024-02-06 -> 2024-02-07
This commit is contained in:
Fabian Affolter 2024-02-08 09:58:13 +01:00 committed by GitHub
commit fc88df0fc4
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-06";
version = "2024-02-07";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-2PYRGW5NJ4H4bZyKH0o+t7ek/Jz40AfzY5L3rEWaKAc=";
hash = "sha256-yDFsIImcV49vbyXIJK8HPidEaTrlGPvlJmaB1wTnr7M=";
};
nativeBuildInputs = [