Merge pull request #145505 from applePrincess/exploitdb-2021-11-11

exploitdb: 2021-11-09 -> 2021-11-11
This commit is contained in:
Fabian Affolter 2021-11-11 19:55:06 +01:00 committed by GitHub
commit 74bfe6fe0b
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-09";
version = "2021-11-11";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-V/iQvA2jxeddzmzoVNJ4eoyEjkrkfws7pLw6akbBDaA=";
sha256 = "sha256-ImYbGaKnUizIJjYdiiX2X7O6uxo+ZHskcv9DcL51wY8=";
};
nativeBuildInputs = [ makeWrapper ];