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

Commits on Jan 22, 2021

  1. tab-rs: 0.5.5 -> 0.5.6

    bbigras committed Jan 22, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    holymonson Monson Shao
    Copy the full SHA
    754d634 View commit details
  2. Merge pull request #110431 from bbigras/tab-rs

    tab-rs: 0.5.5 -> 0.5.6
    marsam authored Jan 22, 2021
    Copy the full SHA
    ab361e2 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/tab-rs/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/tab-rs/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "tab-rs";
version = "0.5.5";
version = "0.5.6";

src = fetchFromGitHub {
owner = "austinjones";
repo = pname;
rev = "v${version}";
sha256 = "06nip7g5y7jslqj8anvn2z7w1c8yr0gl32bpnzv26xschan4gc2h";
sha256 = "1gyl2dxyhh4d2lpxg9s5cx734sfs1kys5z5hjqfgbiny28hp9sw6";
};

cargoSha256 = "1clpl9fi07lms0din8f9m4y6br5jg8k5xsklsqmvgdwf83wyn321";
cargoSha256 = "1apjzn164kakb2snrq1wfl7grm72hkddi3am6d01h5kkngkp68qm";

buildInputs = lib.optionals stdenv.isDarwin [ IOKit ];