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

Commits on Nov 24, 2020

  1. bat: 0.17.0 -> 0.17.1

    06kellyjac committed Nov 24, 2020
    Copy the full SHA
    fa0fd01 View commit details
  2. Merge pull request #104804 from 06kellyjac/bat

    bat: 0.17.0 -> 0.17.1
    dywedir authored Nov 24, 2020
    Copy the full SHA
    9da2428 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/bat/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/bat/default.nix
Original file line number Diff line number Diff line change
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "bat";
version = "0.17.0";
version = "0.17.1";

src = fetchFromGitHub {
owner = "sharkdp";
repo = pname;
rev = "v${version}";
sha256 = "118pqws32j2hx13vjda5wz1kfjfnb4h76wlj90q768na8b522kn0";
sha256 = "1kbziqm00skj65gpjq6m83hmfk9g3xyx88gai1r80pzsx8g239w1";
};

cargoSha256 = "1r1gxpb0qsbl4245sqw3gsi33pigsj16z4cxii3fmsnq0y77yd5r";
cargoSha256 = "1pdja5jhk036hpgv77xc3fcvra1sw0z5jc1ry53i0r7362lnwapz";

nativeBuildInputs = [ pkg-config installShellFiles makeWrapper ];