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: a6dd18644c6f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 424aa4374879
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 3, 2019

  1. hexyl: 0.5.0 -> 0.5.1

    dywedir committed Jun 3, 2019
    Copy the full SHA
    e151c59 View commit details
  2. Merge pull request #62636 from dywedir/hexyl

    hexyl: 0.5.0 -> 0.5.1
    dywedir authored Jun 3, 2019
    Copy the full SHA
    424aa43 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.0";
version = "0.5.1";

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

cargoSha256 = "0z7dg098ivyvf4782hy8hc5c1ddj3qrrnrqhgpwcdbx3xlwn8p8x";
cargoSha256 = "126hq802hncji4yvkf7jvaq2njzw8kwzvc7fqw99nrdn4k56xig7";

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