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

Commits on May 28, 2020

  1. fd: 8.1.0 -> 8.1.1

    r-ryantm committed May 28, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    c2fbe83 View commit details
  2. Merge pull request #89072 from r-ryantm/auto-update/fd

    fd: 8.1.0 -> 8.1.1
    marsam authored May 28, 2020
    Copy the full SHA
    8c78666 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/fd/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/fd/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "fd";
version = "8.1.0";
version = "8.1.1";

src = fetchFromGitHub {
owner = "sharkdp";
repo = "fd";
rev = "v${version}";
sha256 = "0zp9bsa0kmg1rsvnxf93d2fnib0cyla0wxpd3sn9kmz20b0vblvn";
sha256 = "0qzqnsjkq8i4gzn9273algx33kr1hzgxid8lnqp4awy2zxm4ksiq";
};

cargoSha256 = "17fnf61q32a0ljjna3lb0bafwhsll4zgwfwbcqh2ah5gfk1pwc92";
cargoSha256 = "1d7hfgl9l4b9bnq2qcpvdq5rh7lpz33r19hw3wwgnqh142q67m7r";

nativeBuildInputs = [ installShellFiles ];