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
+2 -2
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 = [