Merge pull request #285563 from applePrincess/bump-exploitdb

exploitdb: 2024-01-30 -> 2024-02-01
This commit is contained in:
Fabian Affolter
2024-02-01 19:40:04 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-01-30";
version = "2024-02-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-QZn4ARk1Z1GMRAGsGd6xyVxYReJWCnNRvL67i+kNAWo=";
hash = "sha256-Ypl2OdyOLKGISQZ0A6jM3uwUBGGzHjuwOL7RHQynTow=";
};
nativeBuildInputs = [