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

Commits on May 17, 2017

  1. Copy the full SHA
    4bca428 View commit details
  2. Merge pull request #25843 from NeQuissimus/oh-my-zsh_2017_05_03

    oh-my-zsh: 2017-03-30 -> 2017-05-03
    NeQuissimus authored May 17, 2017
    Copy the full SHA
    6960bc7 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-03-30";
version = "2017-05-03";
name = "oh-my-zsh-${version}";

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

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