oh-my-zsh: 2020-09-03 -> 2020-09-04

This commit is contained in:
Tim Steinbach 2020-09-08 08:52:43 -04:00
parent 2233cbbfb0
commit 45de9a079f
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
1 changed files with 3 additions and 3 deletions

View File

@ -4,15 +4,15 @@
{ stdenv, fetchFromGitHub }: { stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2020-09-03"; version = "2020-09-04";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "87edf16e05598505927410f6b06bbc5a6003805b"; rev = "708ea42384d378343a590fc34a3dee536a1651df";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "0c13vkh9w3sxdy12b17yqa676cp83jb3a4pwc2xx2xggcxpn72by"; sha256 = "1gcpqwzqfaaa4fkyfk5gik6k9fwk8mwyp80xqin1zizaaz8vzr23";
}; };
installPhase = '' installPhase = ''