protoc-gen-elixir: 0.14.1 -> 0.15.0 (#429528)

This commit is contained in:
Mathew Polzin
2025-07-30 09:21:02 -05:00
committed by GitHub
@@ -9,13 +9,13 @@ let
in
mixRelease rec {
pname = "protoc-gen-elixir";
version = "0.14.1";
version = "0.15.0";
src = fetchFromGitHub {
owner = "elixir-protobuf";
repo = "protobuf";
tag = "v${version}";
hash = "sha256-SbwjOFTyN3euMNXkuIP49zNqoXmD8611IXgqPwqfuFU=";
hash = "sha256-khgK+hSNyQbM4JB8VuCpbLS0z4NlweORW9z2PdhZ/+Y=";
};
mixFodDeps = fetchMixDeps {