Merge pull request #168349 from viraptor/ejson2env-version
ejson2env: add version
This commit is contained in:
commit
2a4c323276
@ -13,6 +13,10 @@ buildGoModule rec {
|
||||
|
||||
vendorSha256 = "sha256-BY45WirK9AVhvFGB5uqI4dLxzO2WuNNhhJbQ6nsRXao=";
|
||||
|
||||
ldflags = [
|
||||
"-X main.version=${version}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool to simplify storing secrets that should be accessible in the shell environment in your git repo.";
|
||||
homepage = "https://github.com/Shopify/ejson2env";
|
||||
|
Loading…
Reference in New Issue
Block a user