exploitdb: 2025-04-17 -> 2025-04-18

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-04-17...2025-04-18
This commit is contained in:
Fabian Affolter
2025-04-18 11:01:27 +02:00
parent 79b9620e82
commit d0bd7032e7
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-04-17";
version = "2025-04-18";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-nHiXbbKDzdTTPWkW8g/mX25IfgcOAcOUHkycqBM1eqU=";
hash = "sha256-SLbn9gvcmFczhWETK/yFrEe3erX/cigEjr9MjcSB5y4=";
};
nativeBuildInputs = [ makeWrapper ];