exploitdb: 2023-06-14 -> 2023-06-16

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-06-14...2023-06-16
This commit is contained in:
Fabian Affolter
2023-06-16 19:35:23 +02:00
parent eaebbdf59a
commit cc44ce8df2
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-06-14";
version = "2023-06-16";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Q78tauUFTUIY5F/GEKvIGOlY93jd5mWVDE1CB7XGibA=";
hash = "sha256-NUeBcC4S8Iw5NLd/0lCVWtbh8RF+1jN91Qz8DMiARwE=";
};
nativeBuildInputs = [