exploitdb: 2021-08-28 -> 2021-09-01

This commit is contained in:
Lein Matsumaru
2021-09-01 13:35:02 +00:00
parent 6cc260cfd6
commit 1ea4c8dc31
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-08-28";
version = "2021-09-01";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-eLbRtsZYRCPh0FDecxjAt4P0mUZJaZKg6kg5/SSYP1A=";
sha256 = "sha256-uWKZTtBp1HF7WbQVoZMxNQ2osvw3+RARLAJTwxqRErA=";
};
installPhase = ''