exploitdb: 2023-11-08 -> 2023-11-11

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-11-08...2023-11-11
This commit is contained in:
Fabian Affolter
2023-11-11 10:05:30 +01:00
parent b484139f60
commit a0d48d958a
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-11-08";
version = "2023-11-11";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6GGDWI2NOWoPg5DyOjrsnmNzViBBUz9ZY5pO3BFoCOU=";
hash = "sha256-oB28qKIvGHh/h726Wsy8C/zt3rFLBHcP5iRZe3U76U0=";
};
nativeBuildInputs = [