Merge pull request #183342 from r-ryantm/auto-update/heatseeker

heatseeker: 1.7.1 -> 1.7.2
This commit is contained in:
Bobby Rong 2022-08-12 21:36:39 +08:00 committed by GitHub
commit f418ad7983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "heatseeker"; pname = "heatseeker";
version = "1.7.1"; version = "1.7.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rschmitt"; owner = "rschmitt";
repo = "heatseeker"; repo = "heatseeker";
rev = "v${version}"; rev = "v${version}";
sha256 = "1x7mdyf1m17s55f6yjdr1j510kb7a8f3zkd7lb2kzdc7nd3vgaxg"; sha256 = "sha256-SU5HLAFA7IHnVhsmVtxskteeKKIEvvVSqHIeEk5BkfA=";
}; };
cargoSha256 = "0qs2s1bi93sdmmmfmkcnf55fm2blj9f095k95m210fyv5fpizdfm"; cargoSha256 = "sha256-RHD2/Uvj8NWpZ+xK16xTN5K/hDWYhwHnu2E5NslGFQI=";
# https://github.com/rschmitt/heatseeker/issues/42 # https://github.com/rschmitt/heatseeker/issues/42
# I've suggested using `/usr/bin/env stty`, but doing that isn't quite as simple # I've suggested using `/usr/bin/env stty`, but doing that isn't quite as simple