exploitdb: 2023-02-03 -> 2023-02-28

This commit is contained in:
Fabian Affolter
2023-02-28 23:44:38 +01:00
parent 995edc972a
commit 4130d1b884
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-02-03";
version = "2023-02-28";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-uTyUACY9Pm+gMuLrttGCNZ/UQaOW/h12ysY/noTkw7A=";
hash = "sha256-hEuOGnAWyX3oBfrUWBhT58WAjDWTWeLIYuyfUs3q0Jc=";
};
nativeBuildInputs = [