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

Commits on Oct 8, 2017

  1. rustRegistry: 2017-10-03 -> 2017-10-08

    mimadrid committed Oct 8, 2017
    Copy the full SHA
    dc5734e View commit details
  2. fd: 3.1.0 -> 4.0.0

    mimadrid committed Oct 8, 2017
    Copy the full SHA
    7f502cf View commit details
  3. Merge pull request #30215 from mimadrid/update/fd-4.0.0

    fd: 3.1.0 -> 4.0.0
    Mic92 authored Oct 8, 2017
    Copy the full SHA
    d9d5a40 View commit details
Showing with 6 additions and 6 deletions.
  1. +3 −3 pkgs/tools/misc/fd/default.nix
  2. +3 −3 pkgs/top-level/rust-packages.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 {
name = "fd-${version}";
version = "3.1.0";
version = "4.0.0";

src = fetchFromGitHub {
owner = "sharkdp";
repo = "fd";
rev = "v${version}";
sha256 = "0sv7iwl44a86n92i3mib2vlzd44q9ncif34yh1s0vqffai5s1rr6";
sha256 = "1aw4pgsmvzzqlvbxzv5jnw42nf316qfhvr50b58iqi2dxy8z8cmv";
};

depsSha256 = "1irfx78k899qphzj8i8vr34pb6zaf9p5nx5c4zpgsrbknvn0ag5l";
depsSha256 = "17fjlmdwp8582dvv68b5h3zzvmd71yd9sw9xalyrrww46h7fd84g";

meta = {
description = "A simple, fast and user-friendly alternative to find";
6 changes: 3 additions & 3 deletions pkgs/top-level/rust-packages.nix
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@
{ stdenv, fetchFromGitHub, git }:

stdenv.mkDerivation {
name = "rustRegistry-2017-10-03";
name = "rustRegistry-2017-10-08";

src = fetchFromGitHub {
owner = "rust-lang";
repo = "crates.io-index";
rev = "f9e21955350caf67db45c4a4a38dbab2f2250bfc";
sha256 = "1yk0l0r9idn7crnnw44sig69kvvyq3ycv417s88hd16m1fpl5y77";
rev = "78ab44cf22c2ce5d40e562ffc7df7ab10ac12b86";
sha256 = "0fa3l3px6b89ap63h40bhn2x50zf5j65jrgbb7j103j0cdayk2l0";
};
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''