Merge pull request #59413 from dywedir/hexyl

hexyl: 0.4.0 -> 0.5.0
This commit is contained in:
markuskowa 2019-04-13 22:19:04 +02:00 committed by GitHub
commit 8a0b2714fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "hexyl-${version}"; pname = "hexyl";
version = "0.4.0"; version = "0.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sharkdp"; owner = "sharkdp";
repo = "hexyl"; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "09h01y0r7km0vgljgc8bgiswbrq47id408vpya2da4mijbg4h82r"; sha256 = "1b5y2lwcv802hjp105h35vda1d6rgysm9qvrm0v96srm0qqh8rq3";
}; };
cargoSha256 = "1zy2jvzx62yjaiq25560krz1648vqwfr5kjbq3wz7nlmf1cs7s2c"; cargoSha256 = "0lnwkp9jxz7c0jp7w8z2kpl2qkpd1np3s83nim8s6srl6aapc94c";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A command-line hex viewer"; description = "A command-line hex viewer";