Unverified Commit 4eb40b60 authored by Lein Matsumaru's avatar Lein Matsumaru
Browse files

exploitdb: 2022-03-08 -> 2022-03-10

parent 085e8934
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2,14 +2,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2022-03-08";
  version = "2022-03-10";

  src = fetchFromGitHub {
    owner = "offensive-security";
    repo = pname;
    rev = version;
    sha256 = "sha256-XgInxwJfT0a5t3H5p9Q7KBUvfDRf5cOY6uAbXTJxuaY=";

    sha256 = "sha256-zKFkPRmA2Hl/NksJTf76RcPr1nvaLdZu2fyBp5PcZ0Y=";
  };

  nativeBuildInputs = [ makeWrapper ];