Skip to content

Commit

Permalink
oh-my-zsh: 2018-09-03 -> 2018-09-14
Browse files Browse the repository at this point in the history
(cherry picked from commit e0a98c5)
  • Loading branch information
NeQuissimus committed Oct 16, 2018
1 parent 3b3a2d3 commit 19ee57b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/zsh/oh-my-zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
{ stdenv, fetchgit }:

stdenv.mkDerivation rec {
version = "2018-09-03";
version = "2018-09-14";
name = "oh-my-zsh-${version}";

src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "69e637c35578305e19dbfc520e65c514180db6ef";
sha256 = "067qwvdlghjb2kcv4fydnnbwss2kb4fgn1qib88ygz82fpvb0cwf";
rev = "489be2452a6410a2c7837910c4cd3c0ed47a7481";
sha256 = "05svfd2q4w4hnd9rsh57z7rsc50lavg3lqm3nmm6dqak1nnrkhbz";
};

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

0 comments on commit 19ee57b

Please sign in to comment.