Unverified Commit aae6e153 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

proto: 0.50.1 -> 0.50.4 (#425051)

parents e6526f9c c8d1b045
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

rustPlatform.buildRustPackage rec {
  pname = "proto";
  version = "0.50.1";
  version = "0.50.4";

  src = fetchFromGitHub {
    owner = "moonrepo";
    repo = "proto";
    rev = "v${version}";
    hash = "sha256-Ol0l+9pkMDmb09a6gsDxP9KIpIIeDNHp9cGBbfWHBNA=";
    hash = "sha256-X448S7eGx60CgpZkV81bVuxAc6HuIRNeHJgKW4min/E=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-kc/NC1WGOChdPXq1q83j5GBrcYTEpPCauIZ/q02caUU=";
  cargoHash = "sha256-PUNBq4VWufCeFdhI7zThEyDMA4UHpL95uVdv4uouxBQ=";

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
    libiconv