Skip to content

Commit a2560e5

Browse files
committed
1 parent 9a0251b commit a2560e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ex/exploitdb/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
pname = "exploitdb";
10-
version = "2025-03-29";
10+
version = "2025-03-30";
1111

1212
src = fetchFromGitLab {
1313
owner = "exploit-database";
1414
repo = "exploitdb";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-JSaOwl2JggWLAywxNTIpGB2KCp3qhepIeRjK5KWPX2I=";
16+
hash = "sha256-79CcXrGxFNc51LctL1OiUiYIJyGUkqB+NmGiUoxTbpU=";
1717
};
1818

1919
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)