Skip to content

Commit

Permalink
heatseeker: 1.4.0 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 22, 2017
1 parent 3d855d1 commit 0286c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/heatseeker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ with rustPlatform;

buildRustPackage rec {
name = "heatseeker-${version}";
version = "1.4.0";
version = "1.5.0";

depsSha256 = "1acimdkl6ra9jlyiydzzd6ccdygr5is2xf9gw8i45xzh0xnsq226";
depsSha256 = "0rv622rli3prsk6vizv9xw50mf5ihb4an9v72rcb7fcxyvh66qnj";

src = fetchFromGitHub {
owner = "rschmitt";
repo = "heatseeker";
rev = "v${version}";
sha256 = "1v2p6l4bdmvn9jggb12p0j5ajjvnbcdjsiavlcqiijz2w8wcdgs8";
sha256 = "0h6ny0wdrqm583b36393xwsh8wlwhl8ddyjxcgk84p7lyabj9zky";
};

# some tests require a tty, this variable turns them off for Travis CI,
Expand Down

0 comments on commit 0286c97

Please sign in to comment.