Merge pull request #246903 from applePrincess/exploitdb-bump

exploitdb: 2023-07-22 -> 2023-08-01
This commit is contained in:
Nick Cao
2023-08-03 05:39:33 -06:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-07-29";
version = "2023-08-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-/e6nemEoaWcx9A4KvweQgsQkNMdPX+PLerKv//vVQPQ=";
hash = "sha256-s0D7NMgU2cApeZWqAFGtLk8DdkGNVLh2kY/xNK7W7c0=";
};
nativeBuildInputs = [