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

Commits on Mar 7, 2019

  1. broot: 0.6.3 -> 0.7.0

    dtzWill committed Mar 7, 2019
    Copy the full SHA
    d2702cf View commit details

Commits on Mar 10, 2019

  1. broot: 0.7.0 -> 0.7.1

    dtzWill committed Mar 10, 2019
    Copy the full SHA
    d9c588f View commit details

Commits on Mar 11, 2019

  1. Merge pull request #57052 from dtzWill/update/broot-0.7.0

    broot: 0.6.3 -> 0.7.1
    dtzWill authored Mar 11, 2019
    Copy the full SHA
    b4bc615 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/broot/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/broot/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
name = "broot-${version}";
version = "0.6.3";
version = "0.7.1";

src = fetchFromGitHub {
owner = "Canop";
repo = "broot";
rev = "v${version}";
sha256 = "1080rhmm3q5h00q6xk2xzbjlvr5n7gq5fscvgkyk1vwbbyh9vc79";
sha256 = "1rn6km5dz5bgphsswll3mwyzfkfq64j4sdwcyzkk6mmcdpzdairz";
};

cargoSha256 = "0722nzip3rl47rjrzyb2y3xbsy9ww1ldjv84qbzyy3flcyh2adjm";