about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2016-09-27 08:19:25 -0400
committerTim Steinbach <tim@nequissimus.com>2016-09-27 08:19:25 -0400
commite10d6cad6d9554e5a24a9e6f7ef9f4bdcd86f2b7 (patch)
tree69087c78bbf4b4ce56cf52de32b1921060a24fc9 /pkgs/shells
parent74434e4ab115ede8483f81bfc669c264f3de81ba (diff)
oh-my-zsh: 2016-08-01 -> 2016-09-24
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/oh-my-zsh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/oh-my-zsh/default.nix b/pkgs/shells/oh-my-zsh/default.nix
index ac72de119b3a7..a7abd36618ad4 100644
--- a/pkgs/shells/oh-my-zsh/default.nix
+++ b/pkgs/shells/oh-my-zsh/default.nix
@@ -7,12 +7,12 @@
 
 stdenv.mkDerivation rec {
   name = "oh-my-zsh-git-${version}";
-  version = "2016-08-01";
+  version = "2016-09-24";
 
   src = fetchgit {
     url = "https://github.com/robbyrussell/oh-my-zsh";
-    rev = "f5537241a4fe7f48a5f7f49fff52db9f0247a5cd";
-    sha256 = "0g8wqq3m2qvacxwz6k2zir8vg80fbxccwxpcfs1ypcwp3689fjhk";
+    rev = "57fcee0f1c520a7c5e3aa5e2bde974154cdaf0c3";
+    sha256 = "1zpmmfrf59almpr41b2q0ngc6rvqc0fs8dckfzd9by07rq6kp5kc";
   };
 
   phases = "installPhase";