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

Commits on Nov 27, 2020

  1. broot: 1.0.5 -> 1.0.6

    r-ryantm committed Nov 27, 2020
    Copy the full SHA
    0d6bc2f View commit details
  2. Merge pull request #105145 from r-ryantm/auto-update/broot

    broot: 1.0.5 -> 1.0.6
    danieldk authored Nov 27, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    334fce8 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/broot/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/broot/default.nix
Original file line number Diff line number Diff line change
@@ -11,14 +11,14 @@

rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.0.5";
version = "1.0.6";

src = fetchCrate {
inherit pname version;
sha256 = "0b28xdc3dwhr4vb3w19fsrbj2m82zwkg44l4an3r4mi2vgb25nv2";
sha256 = "1yzj1k09yd3q2dff6a6m0xv2v6z681x25g0x5ak41lm5rn3hj8vl";
};

cargoSha256 = "07gsga5hf4l64kyjadqvmbg5bay7mad9kg2pi4grjxdw6lsxky0f";
cargoSha256 = "1axcnr7bzplchpz4cdy5872fmrnzrs1p665c0vmxzs9bgnml5sl8";

nativeBuildInputs = [
makeWrapper