exploitdb: 2024-02-22 -> 2024-02-27

This commit is contained in:
R. Ryantm
2024-02-27 17:37:45 +00:00
parent 100ce73c31
commit c37973b1f7
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-02-22";
version = "2024-02-27";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-+5N7qe7YuNNBiizzI2aBKZCsl64ODkit5Y9QlhNWVMw=";
hash = "sha256-bFCh1kNm7D71PoRoSHdm1qYGGNvYnEb9cLbZerVy5vw=";
};
nativeBuildInputs = [