Skip to content

Commit

Permalink
Merge pull request #169788 from r-ryantm/auto-update/ejson2env
Browse files Browse the repository at this point in the history
ejson2env: 2.0.4 -> 2.0.5
  • Loading branch information
ryantm authored Apr 22, 2022
2 parents 667ab10 + bf27f75 commit f684f5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/ejson2env/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "ejson2env";
version = "2.0.4";
version = "2.0.5";

src = fetchFromGitHub {
owner = "Shopify";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Oc0fWihOUafYN5t9SxHxaYJEv5e46CCDNe4xo+Dcjrs=";
sha256 = "sha256-HcUmFajbOUZ0T5Th6OA9WBtfTz646qLbXx8NVeJsVng=";
};

vendorSha256 = "sha256-BY45WirK9AVhvFGB5uqI4dLxzO2WuNNhhJbQ6nsRXao=";
vendorSha256 = "sha256-agWcD8vFNde1SCdkRovMNPf+1KODxV8wW1mXvE0w/CI=";

ldflags = [
"-X main.version=${version}"
Expand Down

0 comments on commit f684f5a

Please sign in to comment.