oh-my-zsh: 2016-08-01 -> 2016-09-24

This commit is contained in:
Tim Steinbach 2016-09-27 08:19:25 -04:00
parent 74434e4ab1
commit e10d6cad6d
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-git-${version}";
version = "2016-08-01";
version = "2016-09-24";
src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "f5537241a4fe7f48a5f7f49fff52db9f0247a5cd";
sha256 = "0g8wqq3m2qvacxwz6k2zir8vg80fbxccwxpcfs1ypcwp3689fjhk";
rev = "57fcee0f1c520a7c5e3aa5e2bde974154cdaf0c3";
sha256 = "1zpmmfrf59almpr41b2q0ngc6rvqc0fs8dckfzd9by07rq6kp5kc";
};
phases = "installPhase";