exploitdb: 2024-01-24 -> 2024-01-30

This commit is contained in:
R. Ryantm 2024-01-30 08:56:04 +00:00
parent 0b8f8e0cd9
commit 49b912ae5a

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-01-24";
version = "2024-01-30";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-3nwF/3xospyxxH6BvOU9DYBi8Fkw4oERGDZJPKMgSXM=";
hash = "sha256-QZn4ARk1Z1GMRAGsGd6xyVxYReJWCnNRvL67i+kNAWo=";
};
nativeBuildInputs = [