exploitdb: 2025-08-05 -> 2025-08-12 (#433068)

This commit is contained in:
Nick Cao
2025-08-12 13:12:10 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2025-08-05";
version = "2025-08-12";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-a6TyxsYzA1YqRrCGhKRlnPrtGxdJ8HcvbJWCiNESuaw=";
hash = "sha256-5uHjvrYWMhcWKAt/Wda7Ud0uHw8oMv7acTlgZUC4r3Q=";
};
nativeBuildInputs = [ makeWrapper ];