exploitdb: 2026-01-18 -> 2026-02-03

This commit is contained in:
R. Ryantm
2026-02-03 12:58:52 +00:00
parent e7c3209de1
commit ad8f8611c2
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-01-18";
version = "2026-02-03";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-ZV8CcpZzxK1uts8RzUmzp4mKXvS/xv8D02Jsv7DzByQ=";
hash = "sha256-NEav9U7rqPRtDTZPRIP7UTa/cbbRRz5G2YOWZmAabO8=";
};
nativeBuildInputs = [ makeWrapper ];