exploitdb: 2024-05-09 -> 2024-05-16

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-05-09...2024-05-16
This commit is contained in:
Fabian Affolter
2024-05-17 09:05:51 +02:00
parent b4ee91268e
commit 29d1219d45
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-05-09";
version = "2024-05-16";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-k0rBx2rVJoDB2AEfcyQEmanoWgiu1Q7fRDL2xqMfn3Q=";
hash = "sha256-m00hnTu8PEUmWHO9ei9DYU10DAgn1zaKATt6yVJ7R1o=";
};
nativeBuildInputs = [ makeWrapper ];