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

main
Lein Matsumaru 2 years ago
parent 3344cea254
commit 237047f1e7
No known key found for this signature in database
GPG Key ID: AAA50652F0479205
  1. 5
      pkgs/tools/security/exploitdb/default.nix

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

Loading…
Cancel
Save