Skip to content

Commit

Permalink
oh-my-zsh: 2020-07-23 -> 2020-07-30
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jul 31, 2020
1 parent c55d161 commit 0645303
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 = "2020-07-23";
version = "2020-07-30";
pname = "oh-my-zsh";
rev = "95218372402afc9aeafc89c0984310387ce79599";
rev = "8755c5f101f801738dd249c7685dcf30dd03a7b2";

src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "0fgxq2d6lajk5fjbr9vwhhnw58gbk6yhbc49pcj563lwk2kc4d9f";
sha256 = "0z6bcv91xxfnaj42n7yzlx0wv14f87wws0n5cciy2g4yd3kyzmkq";
};

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

0 comments on commit 0645303

Please sign in to comment.