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: a42101e62b70
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 54fe0ae50fff
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 6, 2019

  1. zsh-history-substring-search: 1.0.1 -> 1.0.2

    (cherry picked from commit e834edc)
    r-ryantm authored and alyssais committed Nov 6, 2019
    Copy the full SHA
    54fe0ae View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/shells/zsh/zsh-history-substring-search/default.nix
4 changes: 2 additions & 2 deletions pkgs/shells/zsh/zsh-history-substring-search/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "zsh-history-substring-search-${version}";
version = "1.0.1";
version = "1.0.2";

src = fetchFromGitHub {
owner = "zsh-users";
repo = "zsh-history-substring-search";
rev = "v${version}";
sha256 = "0lgmq1xcccnz5cf7vl0r0qj351hwclx9p80cl0qczxry4r2g5qaz";
sha256 = "0y8va5kc2ram38hbk2cibkk64ffrabfv1sh4xm7pjspsba9n5p1y";
};

installPhase = ''