oh-my-zsh: 2016-09-24 -> 2016-10-08
This commit is contained in:
parent
b48dafee8d
commit
276086c540
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue