mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 17:37:49 +00:00
Merge pull request #185924 from r-ryantm/auto-update/exploitdb
exploitdb: 2022-08-04 -> 2022-08-10
This commit is contained in:
commit
249d841a2b
@ -6,13 +6,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2022-08-04";
|
||||
version = "2022-08-10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "offensive-security";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-WOlOIQSv0dGSbrzpvvzH30hKXVLCAM1R5U4L3zt53MQ=";
|
||||
hash = "sha256-t+y28QDeu0tIUidPjSqSPcmOzfaH6SnreuiEBDtKzP0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user