lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+3 -3
+3 -3
pkgs/tools/misc/hexyl/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "hexyl"; 5 - version = "0.13.1"; 5 + version = "0.14.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "sharkdp"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-+jmMy5Hi4EfMh/rBzBs5b+f48OZcR/Tw7IU1uTbwiCo="; 11 + hash = "sha256-di7SBuB4LsnqlP3BdMcsSLj4zpyKA/ninVpRyR9AJaI="; 12 12 }; 13 13 14 - cargoHash = "sha256-TjJ0645TRlNzduQgxYLZWz+rLFfRv12GuwXBcmNr/h8="; 14 + cargoHash = "sha256-fXrdOiCmRgMPJxZIS/SkTkZZkag8ZUhNnMlU4k1m/+0="; 15 15 16 16 meta = with lib; { 17 17 description = "A command-line hex viewer";