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

Commits on Oct 25, 2018

  1. Copy the full SHA
    545131a View commit details
  2. Merge pull request #49086 from dtzWill/update/zsh-completions

    zsh-completions: 0.28.0 -> 0.29.0
    Mic92 authored Oct 25, 2018
    Copy the full SHA
    4b9c30e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/shells/zsh/zsh-completions/default.nix
4 changes: 2 additions & 2 deletions pkgs/shells/zsh/zsh-completions/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "zsh-completions-${version}";
version = "0.28.0";
version = "0.29.0";

src = fetchFromGitHub {
owner = "zsh-users";
repo = "zsh-completions";
rev = "${version}";
sha256 = "02n1svaw74y0za856w8zjb98nzg1h6bmy4xsar71irsk1mj3m5h2";
sha256 = "0a4fdh10rhhjcy06qiyyy0xjvg7fapvy3pgif38wrjqvrddaj6pv";
};

installPhase= ''