Skip to content

Commit 95b5381

Browse files
committed
exploitdb: 2023-03-06 -> 2023-03-08
1 parent 3b12bfe commit 95b5381

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/security/exploitdb/default.nix

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

77
stdenv.mkDerivation rec {
88
pname = "exploitdb";
9-
version = "2023-03-06";
9+
version = "2023-03-08";
1010

1111
src = fetchFromGitLab {
1212
owner = "exploit-database";
1313
repo = pname;
1414
rev = "refs/tags/${version}";
15-
hash = "sha256-5ieCbYpQqL7+wYDJzGrnH8KWNOGvSQWkhUcIkXOhVo0=";
15+
hash = "sha256-pUFgjdVEtvIJu1BBLQRwtL3IqJYZ6iZ8MttfWhscg20=";
1616
};
1717

1818
nativeBuildInputs = [

0 commit comments

Comments
 (0)