oh-my-zsh: 2019-05-17 -> 2019-05-19

This commit is contained in:
Tim Steinbach 2019-05-20 11:04:31 -04:00
parent d84dbe5a91
commit 7711aed354
No known key found for this signature in database
GPG key ID: 6C654787275A64F1

View file

@ -4,13 +4,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
version = "2019-05-17";
version = "2019-05-19";
name = "oh-my-zsh-${version}";
rev = "5aa62461d91546ce1fd5dcc6531569d0e6e6f17f";
rev = "f960e2be6f01abe5f185d668be661b57051322ac";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "0mg308h9k9lcv9flqwnynq2iiicl7b89arn7m97wwjijww1isdg6";
sha256 = "1amn72cx9ay4kd707y8kxfvgq5mlqhvlvha28aai2gxcravb95vn";
};
pathsToLink = [ "/share/oh-my-zsh" ];