exploitdb: 2023-04-02 -> 2023-04-06

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-04-02...2023-04-06
This commit is contained in:
Fabian Affolter 2023-04-06 11:58:09 +02:00
parent e833f4a864
commit 23044202e6

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-04-02";
version = "2023-04-06";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7P3nywaVBqURMTv3TWSn0Rgwc2Ax1fa3KwlpYds5yR4=";
hash = "sha256-Y+UdrSTmqLLLdUwv6ruAHEfqCCN7Sil8OGmIuVlPfRs=";
};
nativeBuildInputs = [