Skip to content

Commit

Permalink
oh-my-zsh: 2017-02-27 -> 2017-03-30
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 31, 2017
1 parent cb79137 commit e872abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/oh-my-zsh/default.nix
Expand Up @@ -4,13 +4,13 @@
{ stdenv, fetchgit }:

stdenv.mkDerivation rec {
version = "2017-02-27";
version = "2017-03-30";
name = "oh-my-zsh-${version}";

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

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

0 comments on commit e872abe

Please sign in to comment.