Merge pull request #149062 from applePrincess/exploitdb-2021-12-04

exploitdb: 2021-12-02 -> 2021-12-04
This commit is contained in:
Fabian Affolter
2021-12-06 23:18:33 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-12-02";
version = "2021-12-04";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-xVEDbc+Kvp9gCV2n6KyQCLif231pannIxDzEE0dwmmY=";
sha256 = "sha256-3MP6lmh/eQ1cIxiCw0Y2TtCXXQTUij5Q8FDFVWOG/IM=";
};
nativeBuildInputs = [ makeWrapper ];