exploitdb: 2021-05-22 -> 2021-05-26

This commit is contained in:
R. RyanTM 2021-05-28 14:41:21 +00:00
parent 7731f618b7
commit 698d79fd76

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-05-22";
version = "2021-05-26";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-cpzAdRAtF47j92u8GHyu6V1ycqtNld+9saCqoboAu+o=";
sha256 = "sha256-LYCUPIoqgU5IPtUew+orY1e2NfmefZFoWnvsZ9erohE=";
};
installPhase = ''