exploitdb: 2023-07-05 -> 2023-07-08

This commit is contained in:
Lein Matsumaru
2023-07-08 11:39:15 +00:00
parent af17a11f6c
commit fe86d65e98
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-07-05";
version = "2023-07-08";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-YJ7RR4PMa87Fw8dtRK4t+rDI1uyLfW8vQ/Rp1gr/Qw0=";
hash = "sha256-hOPTK7nkKmLsVb6GJIE4FTdCGU6PdjQtUpTXzhsMXXo=";
};
nativeBuildInputs = [