Skip to content

Commit 99bba0b

Browse files
authored
exploitdb: 2025-03-29 -> 2025-03-30 (NixOS#395088)
2 parents 37aa7ce + a2560e5 commit 99bba0b

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)