exploitdb: 2022-07-12 -> 2022-07-22

This commit is contained in:
Lein Matsumaru 2022-07-22 09:53:37 +00:00
parent f2e43c14df
commit b8ed1e8c4f
No known key found for this signature in database
GPG key ID: AAA50652F0479205

View file

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