Merge pull request #265176 from fabaff/exploitdb-bump1

exploitdb: 2023-11-02 -> 2023-11-03
This commit is contained in:
Nick Cao
2023-11-03 10:05:03 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-11-02";
version = "2023-11-03";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7j2HIYEYs1OcB919S3lLGYNsJzbkE3jIqq2MNCHG3lY=";
hash = "sha256-Ent0FQI2ZCmgQA98bZxGjKW12fj/0yicZ/UFUgfT0yw=";
};
nativeBuildInputs = [