Merge pull request #251347 from applePrincess/exploitdb-bump

exploitdb: 2023-08-24 -> 2023-08-25
This commit is contained in:
figsoda
2023-08-25 10:25:38 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-08-24";
version = "2023-08-25";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-iL0RfcTOKQ3c3UErfAE0efi4HXJYHUP6RFcgDzeGJqU=";
hash = "sha256-kDwhmkx+nxqtpyKp9mmnTbu6pzGL/J4/NP2mojljgws=";
};
nativeBuildInputs = [