Skip to content

Commit

Permalink
hyperfine: 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Nov 24, 2018
1 parent d3c85e3 commit af9ba37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/hyperfine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

rustPlatform.buildRustPackage rec {
name = "hyperfine-${version}";
version = "1.3.0";
version = "1.4.0";

src = fetchFromGitHub {
owner = "sharkdp";
repo = "hyperfine";
rev = "refs/tags/v${version}";
sha256 = "06kghk3gmi47c8g28n8srpb578yym104fa30s4m33ajb60fvwlld";
sha256 = "1mn5nv3zljj2wz40imf62gknv84f7igslsf59gg1qvhgvgsd98sp";
};

cargoSha256 = "1rwh8kyrkk5jza4lx7sf1pln68ljwsv4ccyfvzcvc140y7ya8ps0";
cargoSha256 = "1kyx1fhz8l5m8dhwd7j3hic86xx71216775m9bslmm2z4csl7r1s";

buildInputs = stdenv.lib.optional stdenv.isDarwin Security;

Expand Down

0 comments on commit af9ba37

Please sign in to comment.