exploitdb: 2025-04-12 -> 2025-04-14 (#398675)

This commit is contained in:
Nick Cao
2025-04-14 17:18:35 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-04-12";
version = "2025-04-14";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-45i8WrkLL+leDHTSZXStw2X3ZmELyIrFR8UWq6t2IHY=";
hash = "sha256-yoQB2QM9Fg4tKKPeGTM68+Su98mt8znkINNQY9cVUoI=";
};
nativeBuildInputs = [ makeWrapper ];