exploitdb: 2023-04-28 -> 2023-04-29

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-04-28...2023-04-29
This commit is contained in:
Fabian Affolter
2023-04-29 12:02:12 +02:00
parent 8f9e20ecb0
commit a476b39fec
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-04-28";
version = "2023-04-29";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-1AF7TtPcciUX2RmxFsytzTMd22GfCH6Ccu+elcidgPw=";
hash = "sha256-9GBGjpqsOe4FMcMg3whG/n9zF2h1M6LQp5bJHu0mu+E=";
};
nativeBuildInputs = [