exploitdb: 2023-12-22 -> 2024-01-24

This commit is contained in:
R. Ryantm 2024-01-24 07:18:28 +00:00
parent 19f815760d
commit c13f95ea09

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-12-22";
version = "2024-01-24";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NuukzG+l83YhIgVASLKCkE3FrS6+z8uURTxZyhT/RuA=";
hash = "sha256-3nwF/3xospyxxH6BvOU9DYBi8Fkw4oERGDZJPKMgSXM=";
};
nativeBuildInputs = [