nix: fix vendor hash; add maintainers to meta
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I80482b51df52d7f992542bf2e6c24fe56a6a6964
This commit is contained in:
parent
76bf870994
commit
5f51cc3d7b
1 changed files with 6 additions and 2 deletions
|
|
@ -20,7 +20,11 @@ buildGoModule (finalAttrs: {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-vhCOK0cD92F9xMBS4APH+0nvLftaPuRl2LJio4mYWhY=";
|
vendorHash = "sha256-9OkQIj2g5mZ+IpjIKvy8Il7J4xL4PJimEsXJP10FhmU=";
|
||||||
|
|
||||||
ldflags = ["-s" "-w" "-X main.version=${finalAttrs.version}"];
|
ldflags = ["-s" "-w" "-X main.version=${finalAttrs.version}"];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
mainProgram = "ncro";
|
||||||
|
maintainers = with lib.maintainers; [NotAShelf];
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue