Merge pull request #221286 from fabaff/exploitdb-bump

exploitdb: 2023-03-10 -> 2023-03-14
This commit is contained in:
Fabian Affolter 2023-03-15 11:02:31 +01:00 committed by GitHub
commit 5979bc90e2
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-03-10";
version = "2023-03-15";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-H7zPCPOQZgsujdic8o7/+OjLm7iP9PRFlpO0lH6YhwM=";
hash = "sha256-qP14hkYO8gXD9C3B6uhBnYDx3YZMbbvtzHOSKFtFSmA=";
};
nativeBuildInputs = [