heatseeker: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm 2022-07-28 14:33:23 +00:00
parent 2d9b7cb5f0
commit 80efc2139b

View File

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