Merge pull request #166597 from applePrincess/exploitdb-2022-03-31

exploitdb: 2022-03-24 -> 2022-03-31
This commit is contained in:
Fabian Affolter 2022-03-31 21:27:32 +02:00 committed by GitHub
commit 97cffe19d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-03-24";
version = "2022-03-31";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-G2KFDNNM4NJ7DgQu1+uNjgixzyLFnF0G0YQ29PgYZ/0=";
sha256 = "sha256-T7vPDbB330Uv276+oGnEYK1xGpJCMzzZiQXx4uW1kc4=";
};
nativeBuildInputs = [ makeWrapper ];