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

Commits on Jun 30, 2017

  1. Copy the full SHA
    36f52e5 View commit details
  2. Merge pull request #26996 from NeQuissimus/oh-my-zsh_2017_06_22

    oh-my-zsh: 2017-05-03 -> 2017-06-22
    peti authored Jun 30, 2017
    Copy the full SHA
    e184b19 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/shells/oh-my-zsh/default.nix
6 changes: 3 additions & 3 deletions pkgs/shells/oh-my-zsh/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@
{ stdenv, fetchgit }:

stdenv.mkDerivation rec {
version = "2017-05-03";
version = "2017-06-22";
name = "oh-my-zsh-${version}";

src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "291e96dcd034750fbe7473482508c08833b168e3";
sha256 = "0xy6ka5c8h3rh4n0436cn2f6zrbf959l2ypnnx5ddd0l723p1dzc";
rev = "d848c94804918138375041a9f800f401bec12068";
sha256 = "0mxmqkdpimwrskqjri3lp3haj1hzf583g7psnv34y3hyymzcx1h6";
};

pathsToLink = [ "/share/oh-my-zsh" ];