forked from mirrors/nixpkgs
hexyl: 0.13.1 -> 0.14.0
Diff: https://github.com/sharkdp/hexyl/compare/v0.13.1...v0.14.0 Changelog: https://github.com/sharkdp/hexyl/blob/v0.14.0/CHANGELOG.md
This commit is contained in:
parent
58e9a35d19
commit
3a159b86e9
|
@ -2,16 +2,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "hexyl";
|
||||
version = "0.13.1";
|
||||
version = "0.14.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sharkdp";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-+jmMy5Hi4EfMh/rBzBs5b+f48OZcR/Tw7IU1uTbwiCo=";
|
||||
hash = "sha256-di7SBuB4LsnqlP3BdMcsSLj4zpyKA/ninVpRyR9AJaI=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-TjJ0645TRlNzduQgxYLZWz+rLFfRv12GuwXBcmNr/h8=";
|
||||
cargoHash = "sha256-fXrdOiCmRgMPJxZIS/SkTkZZkag8ZUhNnMlU4k1m/+0=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A command-line hex viewer";
|
||||
|
|
Loading…
Reference in a new issue