exploitdb: 2025-03-20 -> 2025-03-22 (#392150)

This commit is contained in:
Fabian Affolter
2025-03-23 09:11:50 +01:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-03-20";
version = "2025-03-22";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-fOzUtl+V029SXky0LzGFJ6yh6Nx5nv9wel5eiaE3l/k=";
hash = "sha256-Ce7mKyJbf0T620wQCX2IVmgdqT7QXq/y2t1HwpSAhF4=";
};
nativeBuildInputs = [ makeWrapper ];