Merge pull request #270070 from fabaff/exploitdb-bump

exploitdb: 2023-11-24 -> 2023-11-25
This commit is contained in:
Fabian Affolter 2023-11-26 16:01:31 +01:00 committed by GitHub
commit 806946455d
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-11-24";
version = "2023-11-25";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qSJ4ZmgOR36CcCVFneYZhgFysxsa/nySdiypveuX8Fw=";
hash = "sha256-pgHi2DoQ9xjj/hlQIhXijTWqYPYClL6rWtEl2WsCVDE=";
};
nativeBuildInputs = [