Unverified Commit bdcf80b1 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

protoc-gen-swift: 1.28.2 -> 1.29.0 (#387103)

parents d6431e7f 8a291469
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "protoc-gen-swift";
  version = "1.28.2";
  version = "1.29.0";

  src = fetchFromGitHub {
    owner = "apple";
    repo = "swift-protobuf";
    rev = "${finalAttrs.version}";
    hash = "sha256-YOEr73xDjNrc4TTkIBY8AdAUX2MBtF9ED1UF2IjTu44=";
    hash = "sha256-UPYwu8SiBUHofqHdUT6uxdeY2WUXYqbkLj+h4chSCa4=";
  };

  nativeBuildInputs = [