exploitdb: 2023-04-11 -> 2023-04-13

This commit is contained in:
Lein Matsumaru
2023-04-13 15:55:16 +00:00
parent bafeb07d07
commit 342e173470
+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 = [