oh-my-zsh: 2020-08-28 -> 2020-08-31

This commit is contained in:
Tim Steinbach 2020-09-01 09:39:32 -04:00
parent 4b5a5b58fe
commit 0a64ff8152
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

@ -4,15 +4,15 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "2020-08-28";
version = "2020-08-31";
pname = "oh-my-zsh";
rev = "4ed6fd2b8b6a0efb2f84f00a64503282aca260e7";
rev = "a7f5170d68c0b75a9864763a90ac11e51ec67c81";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "0f2f1k6s28lgxpjdgl4s7jisw6dgva9mcsqlsq0wg6041p246nai";
sha256 = "03k1918cakqmg3x7kkiffdz1zwd86bipypkfigq3pgalh5zkyny9";
};
installPhase = ''