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

Commits on Oct 24, 2018

  1. Copy the full SHA
    f4e7d11 View commit details
  2. Merge pull request #48944 from danieldk/fzf-0.17.5

    fzf: 0.17.4 -> 0.17.5
    LnL7 authored Oct 24, 2018
    Copy the full SHA
    e38b903 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/fzf/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/fzf/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
name = "fzf-${version}";
version = "0.17.4";
version = "0.17.5";
rev = "${version}";

goPackagePath = "github.com/junegunn/fzf";
@@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "junegunn";
repo = "fzf";
sha256 = "10k21v9x82imly36lgra8a7rlvz5a1jd49db16g9xc11wx7cdg8g";
sha256 = "04kalm25sn5k24nrdmbkafp4zvxpm2l3rxchvccl0kz0j3szh62z";
};

outputs = [ "bin" "out" "man" ];