summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-04-14 15:53:11 -0400
committerTim Steinbach <tim@nequissimus.com>2018-04-14 15:53:11 -0400
commitcdf68596c8a5d3d32c928ccedcc39d131000f3ff (patch)
treeef0692421f7f9435ebd0a86de0de4b0d2785c31e /pkgs/shells
parent3c574a458a7be9311b4ac9c2d5e810e79205ee9c (diff)
downloadnixpkgs-cdf68596c8a5d3d32c928ccedcc39d131000f3ff.tar
nixpkgs-cdf68596c8a5d3d32c928ccedcc39d131000f3ff.tar.gz
nixpkgs-cdf68596c8a5d3d32c928ccedcc39d131000f3ff.tar.bz2
nixpkgs-cdf68596c8a5d3d32c928ccedcc39d131000f3ff.tar.lz
nixpkgs-cdf68596c8a5d3d32c928ccedcc39d131000f3ff.tar.xz
nixpkgs-cdf68596c8a5d3d32c928ccedcc39d131000f3ff.tar.zst
nixpkgs-cdf68596c8a5d3d32c928ccedcc39d131000f3ff.zip
oh-my-zsh: 2017-01-22 -> 2017-04-06
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 8cfcb9ecbbe..5412f4ce896 100644
--- a/pkgs/shells/oh-my-zsh/default.nix
+++ b/pkgs/shells/oh-my-zsh/default.nix
@@ -4,13 +4,13 @@
 { stdenv, fetchgit }:
 
 stdenv.mkDerivation rec {
-  version = "2018-01-22";
+  version = "2018-04-06";
   name = "oh-my-zsh-${version}";
 
   src = fetchgit {
     url = "https://github.com/robbyrussell/oh-my-zsh";
-    rev = "37c2d0ddd751e15d0c87a51e2d9f9849093571dc";
-    sha256 = "0x2r7205ps5v5bl1f9vdnry9gxflypaahz49cnhq5f5klb49bakn";
+    rev = "62b8a70a7c5d0c939d8dabfef48796a092d1a55f";
+    sha256 = "02na47pa2ly17yvwa2nhzyrp8iarawyirhfw3779sh0w78vgw1gs";
   };
 
   pathsToLink = [ "/share/oh-my-zsh" ];