mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
katana: add __structuredAttrs
Add __structuredAttrs to katana package definition
This commit is contained in:
@@ -10,6 +10,8 @@ buildGoModule (finalAttrs: {
|
||||
pname = "katana";
|
||||
version = "1.7.0";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = "katana";
|
||||
|
||||
Reference in New Issue
Block a user