Commit ae0dbfa1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent cbe3d408
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-14";
  version = "2023-10-19";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-Hhk7P6mUDxTGeAq1qbtCPV0Npm7ab/F++Q0cL5rJifc=";
    hash = "sha256-POsrr7TDEwSuEX5KcHu4CtS53DPUpDH2TcWh/ZN0JwQ=";
  };

  nativeBuildInputs = [