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.mkDerivation rec {
version = "2020-09-04";
version = "2020-09-09";
pname = "oh-my-zsh";
rev = "708ea42384d378343a590fc34a3dee536a1651df";
rev = "3667f94538c24ebaa9abd46e797a2610f3b67c5e";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "1gcpqwzqfaaa4fkyfk5gik6k9fwk8mwyp80xqin1zizaaz8vzr23";
sha256 = "1pa4240rhxj5gi5m63xi5wm8b91pzpzsmqp72mqd9b394bgsd3wy";
};
installPhase = ''