Unverified Commit 0af5408b authored by Lein Matsumaru's avatar Lein Matsumaru
Browse files

exploitdb: 2023-10-03 -> 2023-10-10

parent d5f43438
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-10-03";
  version = "2023-10-10";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-lK8Yj7YcnWX2PVIM8RkfGGvWutwT1333TYO1qrJKToc=";
    hash = "sha256-svFj+Kc2lonKqkwA4fbrvWK+JNJm3ANfWL+DCjB67pQ=";
  };

  nativeBuildInputs = [