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

This commit is contained in:
Tim Steinbach 2016-10-08 18:32:32 -04:00
parent b48dafee8d
commit 276086c540
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

View file

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