3
0
Fork 0
forked from mirrors/nixpkgs

exploitdb: 2022-01-11 -> 2022-01-14

This commit is contained in:
Fabian Affolter 2022-01-14 23:06:03 +01:00
parent fd7e851613
commit c45b63bcbf

View file

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