Skip to content

Commit

Permalink
oh-my-zsh: 2017-09-24 -> 2017-12-14
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jan 9, 2018
1 parent f90ddfe commit dd86923
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-09-24";
version = "2017-12-14";
name = "oh-my-zsh-${version}";

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

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

0 comments on commit dd86923

Please sign in to comment.