exploitdb: 2024-03-15 -> 2024-03-17

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-15...2024-03-17
This commit is contained in:
Fabian Affolter
2024-03-17 08:56:11 +01:00
parent 62748bdf42
commit 65529bf05c
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-15";
version = "2024-03-17";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-5PUgea2Gz0qtHp+O31fxYTTWIc19Z0ZwVB7XqyFAxNU=";
hash = "sha256-Vqdi7/jr+Di20y1HoFbXnl2riZfadgsRmzpSryW03M0=";
};
nativeBuildInputs = [