Skip to content

Commit

Permalink
easyjson: fix build (#372811)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 11, 2025
2 parents 753dd74 + be12563 commit c96099b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ea/easyjson/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "easyjson";
version = "0.9";
version = "0.9.0";

src = fetchFromGitHub {
owner = "mailru";
repo = "easyjson";
rev = "v${version}";
sha256 = "sha256-m2WZwi6TM6hiBlCQOe+rxF5z3vvnYqtHQX8d7y5NLgI=";
hash = "sha256-m2WZwi6TM6hiBlCQOe+rxF5z3vvnYqtHQX8d7y5NLgI=";
};
vendorHash = "sha256-BsksTYmfPQezbWfIWX0NhuMbH4VvktrEx06C2Nb/FYE=";

Expand Down

0 comments on commit c96099b

Please sign in to comment.