Skip to content

Commit

Permalink
oh-my-zsh: 2020-11-22 → 2020-11-25
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 25, 2020
1 parent d4e0e44 commit 2e3c491
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 @@ -5,15 +5,15 @@
, nix, nixfmt, jq, coreutils, gnused, curl, cacert }:

stdenv.mkDerivation rec {
version = "2020-11-22";
version = "2020-11-25";
pname = "oh-my-zsh";
rev = "7a76afd61e5daab6fb33f955930efa7f4cf16021";
rev = "d88887195fd5535ef2fd95180baa73af2a8c88f8";

src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "0zcy8ydyk6ba497q7m0l24wqy8ri616304w76mcxmpv7hh6yfnqa";
sha256 = "0p7j3y1g8x486g2fd2baap1nhfyg5hmcl9dyf4r4dj4l0xzb45wi";
};

installPhase = ''
Expand Down

0 comments on commit 2e3c491

Please sign in to comment.