Unverified Commit 29d32d48 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #163559 from applePrincess/exploitdb-2022-03-10

exploitdb: 2022-03-08 -> 2022-03-10
parents 7cd9f4e8 4eb40b60
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 ];