Merge pull request #19005 from NeQuissimus/ohmyzsh-20160924
oh-my-zsh: 2016-08-01 -> 2016-09-24
This commit is contained in:
commit
14381b5374
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "oh-my-zsh-git-${version}";
|
name = "oh-my-zsh-git-${version}";
|
||||||
version = "2016-08-01";
|
version = "2016-09-24";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/robbyrussell/oh-my-zsh";
|
url = "https://github.com/robbyrussell/oh-my-zsh";
|
||||||
rev = "f5537241a4fe7f48a5f7f49fff52db9f0247a5cd";
|
rev = "57fcee0f1c520a7c5e3aa5e2bde974154cdaf0c3";
|
||||||
sha256 = "0g8wqq3m2qvacxwz6k2zir8vg80fbxccwxpcfs1ypcwp3689fjhk";
|
sha256 = "1zpmmfrf59almpr41b2q0ngc6rvqc0fs8dckfzd9by07rq6kp5kc";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = "installPhase";
|
phases = "installPhase";
|
||||||
|
Loading…
Reference in New Issue
Block a user