Merge pull request #164378 from r-ryantm/auto-update/exploitdb

exploitdb: 2022-03-11 -> 2022-03-15
This commit is contained in:
Fabian Affolter 2022-03-16 09:42:20 +01:00 committed by GitHub
commit 5dee2360ca
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 = "2022-03-11";
version = "2022-03-15";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-dW4cLm//4wROsizRQ59sqEGPRZ26yIU5I7mdPEYC3YU=";
sha256 = "sha256-whV7zg7njGGjUpxsXZiNwVfHgrlop2RLZnCsBWQ+HkY=";
};