exploitdb: 2024-04-03 -> 2024-04-04

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-04-03...2024-04-04
This commit is contained in:
Fabian Affolter
2024-04-04 22:14:43 +02:00
parent a95dd6aa93
commit 5be85ebc60
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-04-03";
version = "2024-04-04";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-N6SF2BJltPfFqNA7YHDjuWLJw+PUk94pdl8mE9a1BiA=";
hash = "sha256-qWmHY2CNZBY3kaWaru7jXJuPZOH96+Ea/8pUT0oKHF0=";
};
nativeBuildInputs = [