exploitdb: 2021-07-22 -> 2021-07-24

This commit is contained in:
Lein Matsumaru
2021-07-24 10:10:04 +00:00
parent 9708774582
commit 2dd405c334
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-07-22";
version = "2021-07-24";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-pmi1oKam3t4iKqbisFghdVlzp1Ozmc9Nmn19JLrsams=";
sha256 = "sha256-UMajZExQjrbXon/tNYt+xp9LM7QRVXefGHDYuu949AQ=";
};
installPhase = ''