Merge pull request #156707 from applePrincess/exploitdb-2022-01-25

This commit is contained in:
Franz Pletz 2022-01-25 16:10:44 +01:00 committed by GitHub
commit f0394ec75d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-01-20";
version = "2022-01-25";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-tcoohr9ENRG+WFRJ3KG5NBpwatksV0TQ4HoEypqMjVo=";
sha256 = "sha256-kqb5MhdKA6qvIdnTzPNUscksyz2GWaiPJg2JxA1C3p0=";
};
nativeBuildInputs = [ makeWrapper ];