exploitdb: 2023-11-21 -> 2023-11-24

This commit is contained in:
R. Ryantm 2023-11-25 07:32:38 +00:00
parent 4909f03115
commit 48c747baa0

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-11-21";
version = "2023-11-24";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kRw9djRYFC88EG3bf+sY0ERUBEnqUvXudatG1nuHREg=";
hash = "sha256-qSJ4ZmgOR36CcCVFneYZhgFysxsa/nySdiypveuX8Fw=";
};
nativeBuildInputs = [