3
0
Fork 0
forked from mirrors/nixpkgs

tere: 1.3.1 -> 1.4.0

This commit is contained in:
Gabriel Arazas 2023-01-09 12:52:23 +08:00
parent 21b9c3cee5
commit c971f278c3

View file

@ -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;