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

Merge pull request #150737 from applePrincess/exploitdb-2021-12-14

exploitdb: 2021-12-11 -> 2021-12-14
parents da40cccf d02b9888
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2021-12-11";
  version = "2021-12-14";

  src = fetchFromGitHub {
    owner = "offensive-security";
    repo = pname;
    rev = version;
    sha256 = "sha256-S0PlUSSVBI5OpEsd0BoDINdX+gpsP1GMs4uH6xvrs0I=";
    sha256 = "sha256-Ojgd2B475+Zr7CODtgg7rJZ6bPT3ZYddSQhditI9HhU=";
  };

  nativeBuildInputs = [ makeWrapper ];