Unverified Commit cde0c234 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #209828 from foo-dogsquared/update-tere

tere: 1.3.1 -> 1.4.0
parents 505eb9f7 c971f278
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "tere";
  version = "1.3.1";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "mgunyho";
    repo = "tere";
    rev = "v${version}";
    sha256 = "sha256-/712LB7oc27BP5WM20Pk3AucjwDJeBgH7udTgA+jFKc=";
    sha256 = "sha256-gEoy7pwZxlCIPTQZVPSo5TIdmSliSSePunXO3hD3Ryo=";
  };

  cargoSha256 = "sha256-Z+qOID2/GRJTzAEWlUUTv6LAKLALu2Vn1umvrAgem00=";
  cargoSha256 = "sha256-4XvVisRLSHw4jz+nUndWzS1IK2tnzmxdcgqNHHOvkQg=";

  postPatch = ''
    rm .cargo/config.toml;