Skip to content

Commit a193400

Browse files
committedSep 26, 2017
oh-my-zsh: 2017-06-22 -> 2017-09-24
(cherry picked from commit 1c3ba450acf6739429ea24af742b5ad55479a38e)
1 parent 735329a commit a193400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/shells/oh-my-zsh/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
{ stdenv, fetchgit }:
55

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

1010
src = fetchgit {
1111
url = "https://github.com/robbyrussell/oh-my-zsh";
12-
rev = "d848c94804918138375041a9f800f401bec12068";
13-
sha256 = "0mxmqkdpimwrskqjri3lp3haj1hzf583g7psnv34y3hyymzcx1h6";
12+
rev = "accdcb2f1c3cca40527fef1fe4ab2d39eb6cf897";
13+
sha256 = "0jrixz02mdab63yr0s16sr8gzwzhf9xnhad852swnfp3c7qlq06z";
1414
};
1515

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

0 commit comments

Comments
 (0)
Please sign in to comment.