oh-my-zsh: 2020-08-31 -> 2020-09-02

This commit is contained in:
Tim Steinbach
2020-09-02 13:48:58 -04:00
parent ab525faf05
commit f9bf64f0c4
+3 -3
View File
@@ -4,15 +4,15 @@
{ stdenv, fetchFromGitHub }: { stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2020-08-31"; version = "2020-09-02";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "a7f5170d68c0b75a9864763a90ac11e51ec67c81"; rev = "7256c03ce1c54bd08ecab954c91a0231386556a6";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "03k1918cakqmg3x7kkiffdz1zwd86bipypkfigq3pgalh5zkyny9"; sha256 = "0sp9np1kh0h0wdqhn871zibsd7jkp0hjjih8n88wcsbqhggmp95q";
}; };
installPhase = '' installPhase = ''