oh-my-zsh: 2016-04-20 -> 2016-06-18

This commit is contained in:
Tim Steinbach 2016-06-19 14:19:23 +00:00
parent cc0b3bbcc2
commit b2faec8adc

@ -7,12 +7,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "oh-my-zsh-git-${version}"; name = "oh-my-zsh-git-${version}";
version = "2016-04-20"; version = "2016-06-18";
src = fetchgit { src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh"; url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "1b1315a777328095cd8b5f364fd4345eeae7c4bf"; rev = "d012402dada1ec7d8796f2f4b04744d817137b4d";
sha256 = "1bdh6k46kwggihw6iblm1q60x4hjxpbkhaqap0nfpapqvlba4nv6"; sha256 = "1965k91jdhjpy2dkklzwcxmq6qqjc7cnwl8x670g51jr4ihawkx1";
}; };
phases = "installPhase"; phases = "installPhase";
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
cp -r $src/* $outdir cp -r $src/* $outdir
cd $outdir cd $outdir
rm MIT-LICENSE.txt rm LICENSE.txt
rm -rf .git* rm -rf .git*
chmod -R +w templates chmod -R +w templates