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

Merge pull request #202492 from applePrincess/exploitdb-2022-11-22

exploitdb: 2022-11-12 -> 2022-11-22
parents f5eb596e 1297203f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2022-11-12";
  version = "2022-11-22";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-0k9q+xwzIdmhVe5zL1qoE6QzzGV3gm6RL97c7zi3Rg8=";
    hash = "sha256-G871FvwekcF5uMq7NRoWuIb9UqzIbMniboKlUzgCaeI=";
  };

  nativeBuildInputs = [