protoc-gen-elixir: 0.16.0 -> 0.17.0

This commit is contained in:
R. Ryantm
2026-06-08 09:30:03 +00:00
committed by Mathew Polzin
parent 66fbe1215d
commit f6833f3bb3
@@ -5,17 +5,17 @@
nix-update-script,
}:
let
inherit (beamPackages) mixRelease fetchMixDeps erlang;
inherit (beamPackages) mixRelease fetchMixDeps;
in
mixRelease rec {
pname = "protoc-gen-elixir";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "elixir-protobuf";
repo = "protobuf";
tag = "v${version}";
hash = "sha256-kyS9KZENdoEuB64k48RegtZQa57/RDnm8bY+piAAk2w=";
hash = "sha256-hxtG7w+cL02yM2pZ4aL8/nse8qFULP8IhkpX6cCXwwA=";
};
mixFodDeps = fetchMixDeps {