mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #183342 from r-ryantm/auto-update/heatseeker
heatseeker: 1.7.1 -> 1.7.2
This commit is contained in:
commit
f418ad7983
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user