exploitdb: 2023-11-24 -> 2023-11-25

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-11-24...2023-11-25
This commit is contained in:
Fabian Affolter
2023-11-26 09:50:25 +01:00
parent db2deb137e
commit 58dd453366
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-11-24";
version = "2023-11-25";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qSJ4ZmgOR36CcCVFneYZhgFysxsa/nySdiypveuX8Fw=";
hash = "sha256-pgHi2DoQ9xjj/hlQIhXijTWqYPYClL6rWtEl2WsCVDE=";
};
nativeBuildInputs = [