exploitdb: 2023-06-20 -> 2023-06-22

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-06-20...2023-06-22
This commit is contained in:
Fabian Affolter
2023-06-22 11:35:23 +02:00
parent 60fb686590
commit 29cc0fa0f4
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-06-20";
version = "2023-06-22";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-rtxgUnmNAZDnyczucpRB0ItyM5lk0us33I/ejYTDn4U=";
hash = "sha256-l9JM6j0UqMqEKpH4cTM5sqlGwIDFjjCNxOk40mdI2aY=";
};
nativeBuildInputs = [