Merge pull request #322894 from r-ryantm/auto-update/exploitdb

exploitdb: 2024-06-15 -> 2024-06-27
This commit is contained in:
Fabian Affolter 2024-06-27 18:00:43 +02:00 committed by GitHub
commit 85ed0ee6bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];