Merge pull request #182448 from applePrincess/exploitdb-2022-07-22

exploitdb: 2022-07-12 -> 2022-07-22
This commit is contained in:
Mario Rodas 2022-07-22 08:16:29 -05:00 committed by GitHub
commit 06970a44d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [