Merge pull request #276006 from fabaff/exploitdb-bump

exploitdb: 2023-12-19 -> 2023-12-22
This commit is contained in:
Nick Cao
2023-12-22 10:16:24 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-12-19";
version = "2023-12-22";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-yIEu5JQ9sgf9HFP/pFZ/A2DG14c67imgfYRYL1+PiYA=";
hash = "sha256-NuukzG+l83YhIgVASLKCkE3FrS6+z8uURTxZyhT/RuA=";
};
nativeBuildInputs = [