Skip to content

Commit

Permalink
ejson2env: 2.0.4 -> 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 22, 2022
1 parent 165da72 commit bf27f75
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 bf27f75

Please sign in to comment.