Unverified Commit d5b740f5 authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

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

parents 61f4d8d0 49f695f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {