about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorTim Steinbach <tim.steinbach@exinda.com>2016-03-15 10:34:10 -0400
committerTim Steinbach <tim.steinbach@exinda.com>2016-03-15 10:34:10 -0400
commit344f9672d0b1e5c4d2eb834ac98e3d6f13592e19 (patch)
treec6ca943f9aa66c548562e6dc2802fcc16228077d /pkgs/shells
parentdaa093bf3c790fe89623f33f7d67ce66a102d50c (diff)
downloadnixlib-344f9672d0b1e5c4d2eb834ac98e3d6f13592e19.tar
nixlib-344f9672d0b1e5c4d2eb834ac98e3d6f13592e19.tar.gz
nixlib-344f9672d0b1e5c4d2eb834ac98e3d6f13592e19.tar.bz2
nixlib-344f9672d0b1e5c4d2eb834ac98e3d6f13592e19.tar.lz
nixlib-344f9672d0b1e5c4d2eb834ac98e3d6f13592e19.tar.xz
nixlib-344f9672d0b1e5c4d2eb834ac98e3d6f13592e19.tar.zst
nixlib-344f9672d0b1e5c4d2eb834ac98e3d6f13592e19.zip
oh-my-zsh: 2016-02-27 -> 2016-03-11
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 297489fd7fcb..715c5ab767b9 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-02-27";
+  version = "2016-03-11";
 
   src = fetchgit {
     url = "https://github.com/robbyrussell/oh-my-zsh";
-    rev = "bd6dbd1d9b1fc8a523aaf588492eb3ed4113b49d";
-    sha256 = "0bn3jijxjhrd00mc3biqs7jj6in3ivhr6d02mp4566i2rdp9x2d5";
+    rev = "83cf8dc16f51babbb0193c5b97e568739c1f40de";
+    sha256 = "0lxs7c89c7ib7a1rfsdpc30gxi2q35mapcv2q44rlclv26nikkjv";
   };
 
   phases = "installPhase";