Merge pull request #149386 from applePrincess/exploitdb-2021-12-07

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