Merge pull request #293992 from fabaff/exploitdb-bump

exploitdb: 2024-03-06 -> 2024-03-07
This commit is contained in:
Mario Rodas 2024-03-07 06:28:54 -05:00 committed by GitHub
commit 9e2eb977b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-06";
version = "2024-03-07";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-0BWwxnhcU72ytbwSSsae0dH4uftdSq8sCoJLE0cLJ1Y=";
hash = "sha256-f+xg4uR//1ffssH2PAN9ta/osCrY7+s6SI1Kfvfq8cQ=";
};
nativeBuildInputs = [