exploitdb: 2025-05-01 -> 2025-05-02 (#403878)

This commit is contained in:
Fabian Affolter
2025-05-04 08:36:38 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-05-01";
version = "2025-05-02";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-C1tNKyTuzn7A923Y3ExNYkFwYx2frPAiifzGmkDEBag=";
hash = "sha256-XBmSiLp92mOudYCytkooHifDHtn+hqTMUOl3eTAUcMs=";
};
nativeBuildInputs = [ makeWrapper ];