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

Commits on Nov 13, 2017

  1. nix-zsh-completions: 0.3.2 -> 0.3.3

    Some minor fixes.
    hedning committed Nov 13, 2017
    Copy the full SHA
    b4d2c46 View commit details
  2. Merge pull request #31600 from hedning/nix-zsh-completions-0.3.3

    nix-zsh-completions: 0.3.2 -> 0.3.3
    Mic92 authored Nov 13, 2017
    Copy the full SHA
    1a102a3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/shells/nix-zsh-completions/default.nix
4 changes: 2 additions & 2 deletions pkgs/shells/nix-zsh-completions/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:

let
version = "0.3.2";
version = "0.3.3";
in

stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "spwhitt";
repo = "nix-zsh-completions";
rev = "${version}";
sha256 = "0i306k50g07n9smy68npma1k90sv173zy12jdi8wm7h1sj53m5rv";
sha256 = "0gvqm6grz3s0llz20sa18n5d2anmsrk892lcv7blv8rai151whpw";
};

installPhase = ''