We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 19ecb7f commit ff56266Copy full SHA for ff56266
pkgs/shells/oh-my-zsh/default.nix
@@ -4,13 +4,13 @@
4
{ stdenv, fetchgit }:
5
6
stdenv.mkDerivation rec {
7
- version = "2017-06-22";
+ version = "2017-09-24";
8
name = "oh-my-zsh-${version}";
9
10
src = fetchgit {
11
url = "https://github.com/robbyrussell/oh-my-zsh";
12
- rev = "d848c94804918138375041a9f800f401bec12068";
13
- sha256 = "0mxmqkdpimwrskqjri3lp3haj1hzf583g7psnv34y3hyymzcx1h6";
+ rev = "accdcb2f1c3cca40527fef1fe4ab2d39eb6cf897";
+ sha256 = "0jrixz02mdab63yr0s16sr8gzwzhf9xnhad852swnfp3c7qlq06z";
14
};
15
16
pathsToLink = [ "/share/oh-my-zsh" ];
0 commit comments