exploitdb: 2021-10-20 -> 2021-10-23

This commit is contained in:
Lein Matsumaru
2021-10-23 14:19:21 +00:00
parent 5bc8528025
commit ca8b3fcbe4
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-10-20";
version = "2021-10-23";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-IHZpfUJA0h1dDkq3pp+x+gT9RSTMq9egHyXGi6ZmBP8=";
sha256 = "sha256-gNvpNs+fYETB3zKMX7pJbMEW79vH6yTX8LxvLHw9X3I=";
};
nativeBuildInputs = [ makeWrapper ];