Skip to content

Commit

Permalink
oh-my-zsh: 2020-02-26 -> 2020-02-28
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 28, 2020
1 parent b4af096 commit 2bbdd94
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-02-26";
version = "2020-02-28";
pname = "oh-my-zsh";
rev = "01bfb57446fdc77e8b4ae696729688284392c0e6";
rev = "1689e9bb907ab184d7418dd88bc2639a794c916d";

src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "1mkmdyzz89c48zncszv67lkhgkincpzx5hfssbyfyj3pkrgf97xx";
sha256 = "095gjh2xymjn808lvbln7qyccnv5gf9nz911a41rzs9cfsvkbsl0";
};

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

0 comments on commit 2bbdd94

Please sign in to comment.