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

Commits on Nov 12, 2020

  1. broot: 1.0.4 -> 1.0.5

    r-ryantm committed Nov 12, 2020
    Copy the full SHA
    fcdefb9 View commit details

Commits on Nov 13, 2020

  1. Merge pull request #103644 from r-ryantm/auto-update/broot

    broot: 1.0.4 -> 1.0.5
    marsam authored Nov 13, 2020
    Copy the full SHA
    a9c2070 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.4";
version = "1.0.5";

src = fetchCrate {
inherit pname version;
sha256 = "06gq7xn9g5wk6d5p732998q7lxbw2g6qb8vsv95jcnybarf88n1v";
sha256 = "0b28xdc3dwhr4vb3w19fsrbj2m82zwkg44l4an3r4mi2vgb25nv2";
};

cargoSha256 = "1cbvi3jgj78gly3xkqbn8ai0ra5hpdphpdy7cphlrym0aj77ck4a";
cargoSha256 = "07gsga5hf4l64kyjadqvmbg5bay7mad9kg2pi4grjxdw6lsxky0f";

nativeBuildInputs = [
makeWrapper