exploitdb: 2023-04-26 -> 2023-04-28

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-04-26...2023-04-28
This commit is contained in:
Fabian Affolter
2023-04-28 09:14:06 +02:00
parent b8ac7e3e8c
commit 43b53fcfe1
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-04-26";
version = "2023-04-28";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FewjLaCJbZKEZd+bCtpeyRahR3Yc/mn8pixYHHaUQrQ=";
hash = "sha256-1AF7TtPcciUX2RmxFsytzTMd22GfCH6Ccu+elcidgPw=";
};
nativeBuildInputs = [