mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
exploitdb: 2026-08-18 -> 2026-08-19
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2026-08-18...2026-08-19
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "exploitdb";
|
||||
version = "2026-08-18";
|
||||
version = "2026-08-19";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "exploit-database";
|
||||
repo = "exploitdb";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-gXSm82ez4WmWfe5nT9f7rlM2z0M5n5APotIzpNzq/BY=";
|
||||
hash = "sha256-++sdxROs9U8X70vNzD/j2BscxbznJP0IJxskCuyipOQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
Reference in New Issue
Block a user