Merge pull request #20299 from NeQuissimus/oh-my-zsh_2016_11_03

oh-my-zsh: 2016-10-25 -> 2016-11-03
This commit is contained in:
Tim Steinbach 2016-11-09 21:32:13 -05:00 committed by GitHub
commit 79ca8fd22d

@ -7,12 +7,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "oh-my-zsh-${version}"; name = "oh-my-zsh-${version}";
version = "2016-10-25"; version = "2016-11-03";
src = fetchgit { src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh"; url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "0ee89d965ecaa4f32cf2d1039e9d84a73eb206cf"; rev = "0b340bc3a5c58609a07987b296f773eaea17b274";
sha256 = "1c90yl9kc1a7690bry1jbs48vsdlkxvbnvzgarx5wj99fygb8w2f"; sha256 = "1ifflqpbsk2gadbl0aqdmnm18bp21i9zcvjzlpldwma6crnfag68";
}; };
phases = "installPhase"; phases = "installPhase";