exploitdb: 2024-06-15 -> 2024-06-27

This commit is contained in:
R. Ryantm 2024-06-27 12:21:06 +00:00
parent db4c8df48c
commit 0215ebf7d9

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-06-15";
version = "2024-06-27";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-bETNSUv36GobOke1bwE+uTSRqln3kANqfl8UIx7bdjM=";
hash = "sha256-8TYraSY6dA7Q9CE9sTjfteNzrVIc6CuMPD6umOmAoHk=";
};
nativeBuildInputs = [ makeWrapper ];