Skip to content

Commit

Permalink
oh-my-zsh: 2020-09-14 -> 2020-09-20
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 20, 2020
1 parent aeba05f commit d8b5fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/zsh/oh-my-zsh/default.nix
Expand Up @@ -4,15 +4,15 @@
{ stdenv, fetchFromGitHub }:

stdenv.mkDerivation rec {
version = "2020-09-14";
version = "2020-09-20";
pname = "oh-my-zsh";
rev = "2bc1da7f377e78cdfa74190ffe5baf6c814d0fce";
rev = "93c837fec8e9fe61509b9dff9e909e84f7ebe32d";

src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "1xr5nmd3q8yapc0yzx7cv9qh8gvgvn2rf2z3fhwxrap3z77jp5fv";
sha256 = "1ww50c1xf64z1m0sy30xaf2adr87cqr5yyv9jrqr227j97vrwj04";
};

installPhase = ''
Expand Down

0 comments on commit d8b5fb3

Please sign in to comment.