Skip to content

Commit

Permalink
oh-my-zsh: 2020-09-09 -> 2020-09-12
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 14, 2020
1 parent 37149b8 commit 7699e31
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-09";
version = "2020-09-12";
pname = "oh-my-zsh";
rev = "3667f94538c24ebaa9abd46e797a2610f3b67c5e";
rev = "8a93c89bda7e244ed5d32d5b01bd5f72ab695fbf";

src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "1pa4240rhxj5gi5m63xi5wm8b91pzpzsmqp72mqd9b394bgsd3wy";
sha256 = "0azm4xp5y6w41jbl4342rmqc5hdrg0rz7pmwlilps44k8xdvml7p";
};

installPhase = ''
Expand Down

0 comments on commit 7699e31

Please sign in to comment.