Merge pull request #301636 from fabaff/exploitdb-bump

exploitdb: 2024-04-03 -> 2024-04-04
This commit is contained in:
Fabian Affolter
2024-04-05 00:50:28 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-04-03";
version = "2024-04-04";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-N6SF2BJltPfFqNA7YHDjuWLJw+PUk94pdl8mE9a1BiA=";
hash = "sha256-qWmHY2CNZBY3kaWaru7jXJuPZOH96+Ea/8pUT0oKHF0=";
};
nativeBuildInputs = [