Merge pull request #144614 from applePrincess/exploitdb-2021-11-04

exploitdb: 2021-11-02 -> 2021-11-04
This commit is contained in:
Fabian Affolter 2021-11-04 14:54:49 +01:00 committed by GitHub
commit bf6a50628b
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-02";
version = "2021-11-04";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-47/gsOZaFI3ujht3dj2lvsspe/Iv/ujdFkcvhgGAm9E=";
sha256 = "sha256-4qNQcmBq0q+FDRGtunUfngO+1jAK+fUBUHsq8E2rAy0=";
};
nativeBuildInputs = [ makeWrapper ];