Merge pull request #148290 from applePrincess/exploitdb-2021-12-02

This commit is contained in:
Sandro 2021-12-03 20:10:50 +01:00 committed by GitHub
commit 3f8b3af8a6
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-11-27";
version = "2021-12-02";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-gELHYX1gaNtQtDIyIa3cJOWilf02PknlSyMI4a7pOX4=";
sha256 = "sha256-xVEDbc+Kvp9gCV2n6KyQCLif231pannIxDzEE0dwmmY=";
};
nativeBuildInputs = [ makeWrapper ];