exploitdb: 2022-03-24 -> 2022-03-31

This commit is contained in:
Lein Matsumaru 2022-03-31 16:55:54 +00:00
parent 3344cea254
commit 237047f1e7
No known key found for this signature in database
GPG key ID: AAA50652F0479205

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 ];