exploitdb: 2026-04-30 -> 2026-05-01

This commit is contained in:
R. Ryantm
2026-05-02 14:31:25 +00:00
parent e8e5dcb060
commit f30fa91f33
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-04-30";
version = "2026-05-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-ApOecbOVoriicvhtQ87n+8jnwbKlQqbZsmBwsI0A9B0=";
hash = "sha256-BZ1X9SpXf+HSY/4xz9imnCwK3si7c130Havg/ATI/LQ=";
};
nativeBuildInputs = [ makeWrapper ];