diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-09-10 10:20:59 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-09-10 10:20:59 +0200 |
| commit | 175e33c8f55ef43d936731ce84515a1334fc5d9e (patch) | |
| tree | 8081e7e7beee107ee260feb707a3a5cd92764d55 | |
| parent | Merge pull request #254293 from fabaff/python-socketio-bump (diff) | |
| download | nixpkgs-175e33c8f55ef43d936731ce84515a1334fc5d9e.tar.gz | |
exploitdb: 2023-09-08 -> 2023-09-09
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-09-08...2023-09-09
| -rw-r--r-- | pkgs/tools/security/exploitdb/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/exploitdb/default.nix b/pkgs/tools/security/exploitdb/default.nix index 41055fdba551..fc8088b9f969 100644 --- a/pkgs/tools/security/exploitdb/default.nix +++ b/pkgs/tools/security/exploitdb/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "exploitdb"; - version = "2023-09-08"; + version = "2023-09-09"; src = fetchFromGitLab { owner = "exploit-database"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-5KH6B205WBJLyIAifWB7uA/LPy6dJC/xaryD6XsZCyc="; + hash = "sha256-AO8iuQZMipt7Va9FUmdT0wCcZhuKNU44jFL7MpVN3AM="; }; nativeBuildInputs = [ |
