Unverified Commit e544950e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #228114 from fabaff/exploitdb-bump

exploitdb: 2023-04-24 -> 2023-04-25
parents 25671114 a33e936a
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-04-24";
  version = "2023-04-25";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-RJYyFHTt7Cm6N+ZTD7D6GW/gKhwPhOMriV2+/lFWN10=";
    hash = "sha256-TadZ7lDknEKmp8GQIIVCpGq7YkU0MPjXTFSc+D7cZJo=";
  };

  nativeBuildInputs = [