Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d8218de5c53c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6dc7f20f85b5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 8, 2019

  1. hexyl: 0.5.1 -> 0.6.0

    lilyball committed Oct 8, 2019

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    cc510cb View commit details

Commits on Oct 9, 2019

  1. hexyl: 0.5.1 -> 0.6.0 (#70800)

    hexyl: 0.5.1 -> 0.6.0
    dywedir authored Oct 9, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    6dc7f20 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/hexyl/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/hexyl/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "hexyl";
version = "0.5.1";
version = "0.6.0";

src = fetchFromGitHub {
owner = "sharkdp";
repo = pname;
rev = "v${version}";
sha256 = "0511ikhfc0fa6cfp02n49zlzyqgwf7ymgn911y8fnjlaf6grsh67";
sha256 = "1n2q5a6697bxvl0askywhad2x560cajv456gxihdqqmmyq2vf63h";
};

cargoSha256 = "126hq802hncji4yvkf7jvaq2njzw8kwzvc7fqw99nrdn4k56xig7";
cargoSha256 = "1wcpbqlglf9r0xhfjmyym8bnd4pgrsf9lrmb14hn1ml5zlshpd7p";

meta = with stdenv.lib; {
description = "A command-line hex viewer";