Merge pull request #226039 from applePrincess/exploitdb-bump

exploitdb: 2023-04-11 -> 2023-04-13
This commit is contained in:
Nick Cao
2023-04-15 11:07:44 +08:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-04-11";
version = "2023-04-13";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-LGC8AK6e0zhl7jOTSirwv7ZSfVveqNRhM/+afcMmnHU=";
hash = "sha256-TjBU2yQNKS2AknCAAaBgyvRqKQ2N1tjBK1uyzchZoP4=";
};
nativeBuildInputs = [