oh-my-zsh: 2016-10-08 -> 2016-10-25

This commit is contained in:
Tim Steinbach 2016-10-25 14:29:36 -04:00
parent be32a53097
commit 4c9d8538dd
No known key found for this signature in database
GPG Key ID: 83FF2ACAEB6C2D24

View File

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