exploitdb: 2021-10-30 -> 2021-11-02

This commit is contained in:
Lein Matsumaru 2021-11-02 22:34:08 +00:00
parent aaf4562154
commit 28d4a5e0ec
No known key found for this signature in database
GPG key ID: AAA50652F0479205

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 ];