Merge pull request #165767 from applePrincess/exploitdb-2022-03-24
exploitdb: 2022-03-22 -> 2022-03-24
This commit is contained in:
commit
4771e594ae
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2022-03-22";
|
||||
version = "2022-03-24";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "offensive-security";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-2V6levydKfYtpctgcyBuLES0OujWi8eqlB3x/YoOyHY=";
|
||||
sha256 = "sha256-G2KFDNNM4NJ7DgQu1+uNjgixzyLFnF0G0YQ29PgYZ/0=";
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue