oh-my-zsh: 2019-05-26 -> 2019-05-27

This commit is contained in:
Tim Steinbach 2019-05-28 08:44:42 -04:00
parent ba23e62e59
commit c0c947814d
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

@ -4,13 +4,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
version = "2019-05-26";
version = "2019-05-27";
name = "oh-my-zsh-${version}";
rev = "1343ab67edd8a81b75aceca77ddb526be87a20c1";
rev = "7f66a070a4be1ae797151e761f9eaaf3ef8549a8";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "1932vwzbxd0i76hsjxn6ww3ydpwyk0w1k51xsps5m1q86m19jn5b";
sha256 = "1k2yfyl7cpcnl0z2zay3i6ahfj90km9km4srsprkyy6fg00gfcgs";
};
pathsToLink = [ "/share/oh-my-zsh" ];