protoc-gen-elixir: 0.15.0 -> 0.16.0 (#480341)

This commit is contained in:
Mathew Polzin
2026-01-15 17:23:32 +00:00
committed by GitHub
@@ -9,13 +9,13 @@ let
in
mixRelease rec {
pname = "protoc-gen-elixir";
version = "0.15.0";
version = "0.16.0";
src = fetchFromGitHub {
owner = "elixir-protobuf";
repo = "protobuf";
tag = "v${version}";
hash = "sha256-khgK+hSNyQbM4JB8VuCpbLS0z4NlweORW9z2PdhZ/+Y=";
hash = "sha256-kyS9KZENdoEuB64k48RegtZQa57/RDnm8bY+piAAk2w=";
};
mixFodDeps = fetchMixDeps {