Merge pull request #169821 from applePrincess/exploitdb-2022-04-20

exploitdb: 2022-04-12 -> 2022-04-20
This commit is contained in:
Mario Rodas
2022-04-22 19:19:31 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-04-12";
version = "2022-04-20";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-Ucbw09oFklulyXr8mGO5RskKNZx0rPTA6hPJgYByPAI=";
sha256 = "sha256-8sDixCXJA1K6hnPtLzNCB9gJh1GShCC89VTCJ63ohKA=";
};
nativeBuildInputs = [ makeWrapper ];