oh-my-zsh: 2016-10-25 -> 2016-11-03

This commit is contained in:
Tim Steinbach 2016-11-09 19:57:32 -05:00
parent dc48622398
commit 6a7e6cdd66
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

View file

@ -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";