Merge pull request #250325 from fabaff/exploitdb-bump

exploitdb: 2023-08-12 -> 2023-08-20
This commit is contained in:
Matthias Beyer
2023-08-20 14:54:50 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-08-12";
version = "2023-08-20";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-614RJCI3/7xV5CaeiJqH0G3Kxk3orSN+xePHgHZY4GM=";
hash = "sha256-Od8iMbHxmQKyP02piWDkeUfIhkwZLFsm6lpSTztCjmA=";
};
nativeBuildInputs = [