Merge pull request #163559 from applePrincess/exploitdb-2022-03-10

exploitdb: 2022-03-08 -> 2022-03-10
This commit is contained in:
Fabian Affolter
2022-03-10 18:30:05 +01:00
committed by GitHub
+2 -3
View File
@@ -2,14 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-03-08";
version = "2022-03-10";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-XgInxwJfT0a5t3H5p9Q7KBUvfDRf5cOY6uAbXTJxuaY=";
sha256 = "sha256-zKFkPRmA2Hl/NksJTf76RcPr1nvaLdZu2fyBp5PcZ0Y=";
};
nativeBuildInputs = [ makeWrapper ];