1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

exploitdb: 2025-05-30 -> 2025-06-06 (#414515)

This commit is contained in:
Fabian Affolter 2025-06-06 21:18:43 +02:00 committed by GitHub
commit ea3943a6a5
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-05-30";
version = "2025-06-06";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-X90stp4BiHOHoh030eqGeUGiWytF5ryY08/VYEsbnIw=";
hash = "sha256-DOzhxZZ66p49tECn0z1lGSNHq3GEpEbayhwsiJ6IGG4=";
};
nativeBuildInputs = [ makeWrapper ];