3
0
Fork 0
forked from mirrors/nixpkgs

exploitdb: 2021-11-05 -> 2021-11-06

This commit is contained in:
Lein Matsumaru 2021-11-07 15:29:03 +00:00
parent 8d197bffd8
commit 8fc318aebe
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-11-05";
version = "2021-11-06";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-G+toeAMnP26Wzs5gPeT+YKJ8uiy/mgFwBGxDY9w0qyM=";
sha256 = "sha256-pyzK6Z62gvuvi8FilNySyp78i4A2SLSFLY8WsSNdFQ0=";
};
nativeBuildInputs = [ makeWrapper ];