exploitdb: 2025-03-22 -> 2025-03-23

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-03-22...2025-03-23
This commit is contained in:
Fabian Affolter
2025-03-23 11:29:48 +01:00
parent 05abadd161
commit a582264865
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-03-22";
version = "2025-03-23";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-Ce7mKyJbf0T620wQCX2IVmgdqT7QXq/y2t1HwpSAhF4=";
hash = "sha256-ga1dRfOPZr6bQmI9nEfrN6bfCBQ9+fMIF4bnMTMM2J4=";
};
nativeBuildInputs = [ makeWrapper ];