Commit 449af591 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent ec58c18d
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-10";
  version = "2023-03-14";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-H7zPCPOQZgsujdic8o7/+OjLm7iP9PRFlpO0lH6YhwM=";
    hash = "sha256-AGb2D/XQerpg0RbzotCOzhyL5ePNtUFzsGuqbBmIPLU=";
  };

  nativeBuildInputs = [