oh-my-zsh: 2020-10-08 -> 2020-10-09

This commit is contained in:
Tim Steinbach 2020-10-09 08:33:03 -04:00
parent 8293f9509e
commit 2216b87688
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-10-08";
version = "2020-10-09";
pname = "oh-my-zsh";
rev = "58ff4e1d2e6a81ea97a05b142c28a931a9924b70";
rev = "1bb402190d53c118f47a0851f5714dd4faa52809";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "096pkq91njg7pvlxar5r39slkzyfky6wcm7p6kfwrlbwh6wx46kz";
sha256 = "0alm6253mz8yq5l17q7hj89aa0c0nfknds9vqx8pd619bsa6kf4g";
};
installPhase = ''