Unverified Commit dbeb3f3c authored by Lein Matsumaru's avatar Lein Matsumaru
Browse files

exploitdb: 2023-03-29 -> 2023-03-30

parent b1543ba1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2023-03-29";
  version = "2023-03-30";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-qUBD5ZOkOHGDoST/xUfp508qOA40WZwvdONgXvQqLBY=";
    hash = "sha256-uaVuWU56EC+UdVR5GbKeUMVuxhsg5tDsXBXxaLtdG+w=";
  };

  nativeBuildInputs = [