protoc-gen-elixir: 0.14.1 -> 0.15.0

This commit is contained in:
R. Ryantm
2025-07-30 05:13:51 +00:00
parent eaa9fd315f
commit 49f695f904
@@ -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 {