1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

exploitdb: 2022-01-14 -> 2022-01-20

This commit is contained in:
Fabian Affolter 2022-01-20 09:27:09 +01:00
parent 8fc6055ce7
commit 5fd24d884a

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-01-14";
version = "2022-01-20";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-/Id3cAz+upJPHzNcTnbO02AehS6R9YTz9Ff+1fc7NJs=";
sha256 = "sha256-tcoohr9ENRG+WFRJ3KG5NBpwatksV0TQ4HoEypqMjVo=";
};
nativeBuildInputs = [ makeWrapper ];