Merge pull request #144294 from applePrincess/exploitdb-2021-11-02

This commit is contained in:
Sandro 2021-11-03 17:15:11 +01:00 committed by GitHub
commit abf4fcd292
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 = "2021-10-30";
version = "2021-11-02";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-GwyqtoRxiijF4lewKXX8d/pmO4r+BWn8mfmApGum8/w=";
sha256 = "sha256-47/gsOZaFI3ujht3dj2lvsspe/Iv/ujdFkcvhgGAm9E=";
};
nativeBuildInputs = [ makeWrapper ];