Merge pull request #237048 from applePrincess/exploitdb-bump

exploitdb: 2023-06-08 -> 2023-06-10
This commit is contained in:
figsoda 2023-06-10 12:06:56 -04:00 committed by GitHub
commit 1293e01760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-06-08";
version = "2023-06-10";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-zvbWYPpexd4V8kVKH2g+SE481zD9MaZa7ISIZK4weug=";
hash = "sha256-DSn7ngNeW0PWQYnh5d1LQ0RO3PoQcplSGUytWX5QTww=";
};
nativeBuildInputs = [