3
0
Fork 0
forked from mirrors/nixpkgs

oh-my-zsh: 2016-03-31 -> 2016-04-06

This commit is contained in:
Tim Steinbach 2016-04-07 08:33:17 -04:00
parent 009a9ceb88
commit 0d8b694a10

View file

@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
name = "oh-my-zsh-git-${version}";
version = "2016-03-31";
version = "2016-04-06";
src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "286c3e5e28b651c3f629e6aaba589a1cf56da4d8";
sha256 = "1jgbpfk6plj1gkwrv7xl1nsxjnrhyh7k3rjkindxx5s9lbq52f7z";
rev = "d310fac7f65d31f7494532201e02ebf67c9d9555";
sha256 = "0kx552b0jf5j8qkk1kixdr1z49ly79cvzhdh27848rj3kwb0z8vq";
};
phases = "installPhase";