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

This commit is contained in:
Tim Steinbach 2020-09-14 08:28:10 -04:00
parent 37149b8bfe
commit 7699e31abb
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-09"; version = "2020-09-12";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "3667f94538c24ebaa9abd46e797a2610f3b67c5e"; rev = "8a93c89bda7e244ed5d32d5b01bd5f72ab695fbf";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "1pa4240rhxj5gi5m63xi5wm8b91pzpzsmqp72mqd9b394bgsd3wy"; sha256 = "0azm4xp5y6w41jbl4342rmqc5hdrg0rz7pmwlilps44k8xdvml7p";
}; };
installPhase = '' installPhase = ''