Merge pull request #155047 from fabaff/bump-exploitdb

exploitdb: 2022-01-11 -> 2022-01-14
This commit is contained in:
Fabian Affolter
2022-01-15 09:15:02 +01:00
committed by GitHub
+2 -2
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 ];