Merge pull request #254354 from fabaff/exploitdb-bump

exploitdb: 2023-09-08 -> 2023-09-09
This commit is contained in:
Fabian Affolter
2023-09-10 12:09:01 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-09-08";
version = "2023-09-09";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-5KH6B205WBJLyIAifWB7uA/LPy6dJC/xaryD6XsZCyc=";
hash = "sha256-AO8iuQZMipt7Va9FUmdT0wCcZhuKNU44jFL7MpVN3AM=";
};
nativeBuildInputs = [