Skip to content

Commit dd86923

Browse files
committedJan 9, 2018
oh-my-zsh: 2017-09-24 -> 2017-12-14
1 parent f90ddfe commit dd86923

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-09-24";
7+
version = "2017-12-14";
88
name = "oh-my-zsh-${version}";
99

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.