Skip to content

Commit

Permalink
oh-my-zsh: 2017-06-22 -> 2017-09-24
Browse files Browse the repository at this point in the history
(cherry picked from commit 1c3ba450acf6739429ea24af742b5ad55479a38e)
  • Loading branch information
NeQuissimus committed Sep 26, 2017
1 parent 735329a commit a193400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/oh-my-zsh/default.nix
Expand Up @@ -4,13 +4,13 @@
{ stdenv, fetchgit }:

stdenv.mkDerivation rec {
version = "2017-06-22";
version = "2017-09-24";
name = "oh-my-zsh-${version}";

src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "d848c94804918138375041a9f800f401bec12068";
sha256 = "0mxmqkdpimwrskqjri3lp3haj1hzf583g7psnv34y3hyymzcx1h6";
rev = "accdcb2f1c3cca40527fef1fe4ab2d39eb6cf897";
sha256 = "0jrixz02mdab63yr0s16sr8gzwzhf9xnhad852swnfp3c7qlq06z";
};

pathsToLink = [ "/share/oh-my-zsh" ];
Expand Down

0 comments on commit a193400

Please sign in to comment.