Merge pull request #260441 from applePrincess/bump-exploitdb

exploitdb: 2023-10-03 -> 2023-10-10
This commit is contained in:
Mario Rodas 2023-10-11 18:18:52 -05:00 committed by GitHub
commit 2b0f4bdc5c
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-10-03";
version = "2023-10-10";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-lK8Yj7YcnWX2PVIM8RkfGGvWutwT1333TYO1qrJKToc=";
hash = "sha256-svFj+Kc2lonKqkwA4fbrvWK+JNJm3ANfWL+DCjB67pQ=";
};
nativeBuildInputs = [