exploitdb: 2022-07-02 -> 2022-07-12

This commit is contained in:
Lein Matsumaru
2022-07-12 13:54:06 +00:00
parent 6537fa2abb
commit dc030343f2
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-07-02";
version = "2022-07-12";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-1iUlbkdC7lLxBI/zb135l61foH2A2pTOz34YjQhym2g=";
hash = "sha256-fnhiLB5Ga2yWhj0/w94d9gl874ekPJBwiIgK8DapN+w=";
};
nativeBuildInputs = [