exploitdb: 2022-07-22 -> 2022-07-27

This commit is contained in:
Fabian Affolter 2022-07-29 21:01:46 +02:00
parent b975a376b3
commit 6d14a586ba

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-07-22";
version = "2022-07-27";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-36zfLPXAeYVJQ448E5xuwrNR4cb7xpjwqOQY/WcteQ0=";
hash = "sha256-4GVlnr7ga+1xOb9cFKNeb0HELj8A8NgxwsKTnNpWqJI=";
};
nativeBuildInputs = [