Unverified Commit 1cc5fce2 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

heatseeker: 1.10.0 -> 1.10.1 (#502134)

parents 9c2c1b47 4bf9a3d6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "heatseeker";
  version = "1.10.0";
  version = "1.10.1";

  src = fetchFromGitHub {
    owner = "rschmitt";
    repo = "heatseeker";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Hfx2QTfSJ6lh/K3ZdJzXqgxGOVbC2i2ZqZKH8Wtj/6k=";
    hash = "sha256-yIFMwC7W/vn7HOAJ1+HGFzPq4k+KF7mqua0XZteDBRg=";
  };

  cargoHash = "sha256-8ZrPHm+W4lxVzupgeLcCQmpNRJS3aEaSWWKPkGVZVTg=";
  cargoHash = "sha256-qBTHNArPgf/qrce6hP3GJ1f9NcJ5OmSokCs5IVtyJQQ=";

  # https://github.com/rschmitt/heatseeker/issues/42
  # I've suggested using `/usr/bin/env stty`, but doing that isn't quite as simple