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

This commit is contained in:
Tim Steinbach 2020-09-10 09:25:34 -04:00
parent 505ff0526e
commit edc18966fa
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

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