Merge pull request #250468 from r-ryantm/auto-update/tere

tere: 1.4.0 -> 1.5.0

authored by

Jonas Heinrich and committed by
GitHub
526df50a 26c1946d

+3 -3
+3 -3
pkgs/tools/misc/tere/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "tere"; 5 - version = "1.4.0"; 6 7 src = fetchFromGitHub { 8 owner = "mgunyho"; 9 repo = "tere"; 10 rev = "v${version}"; 11 - sha256 = "sha256-gEoy7pwZxlCIPTQZVPSo5TIdmSliSSePunXO3hD3Ryo="; 12 }; 13 14 - cargoSha256 = "sha256-4XvVisRLSHw4jz+nUndWzS1IK2tnzmxdcgqNHHOvkQg="; 15 16 postPatch = '' 17 rm .cargo/config.toml;
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "tere"; 5 + version = "1.5.0"; 6 7 src = fetchFromGitHub { 8 owner = "mgunyho"; 9 repo = "tere"; 10 rev = "v${version}"; 11 + sha256 = "sha256-xqbFBRzBfTwSdkC8e85yANdVA45G6E1FYlTXP8QfVIk="; 12 }; 13 14 + cargoHash = "sha256-Y2Zgo/VAJxzQd2cXxyiJS5AqcVRClAuUsEogivK3EJw="; 15 16 postPatch = '' 17 rm .cargo/config.toml;