Merge pull request #19371 from NeQuissimus/oh_my_zsh_20161008

oh-my-zsh: 2016-09-24 -> 2016-10-08
This commit is contained in:
Jörg Thalheim 2016-10-09 10:05:57 +02:00 committed by GitHub
commit 7a6e2837ef

View File

@ -6,13 +6,13 @@
{ stdenv, fetchgit }: { stdenv, fetchgit }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "oh-my-zsh-git-${version}"; name = "oh-my-zsh-${version}";
version = "2016-09-24"; version = "2016-10-08";
src = fetchgit { src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh"; url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "57fcee0f1c520a7c5e3aa5e2bde974154cdaf0c3"; rev = "cd37d19ddaf9cc5acbf443f93f88ca355f74090d";
sha256 = "1zpmmfrf59almpr41b2q0ngc6rvqc0fs8dckfzd9by07rq6kp5kc"; sha256 = "1vqgxbd09jhysjhp0xq48673xxry0xcs8mq2wrx5zs7chhq1w2y3";
}; };
phases = "installPhase"; phases = "installPhase";