oh-my-zsh: 2019-06-08 -> 2019-06-11

This commit is contained in:
Tim Steinbach 2019-06-12 11:37:31 -04:00
parent 5443b3d5a8
commit eb359ddb73
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-06-08";
version = "2019-06-11";
name = "oh-my-zsh-${version}";
rev = "d69bad8eb4157e5fd5c1a4ce98f93cf522477a8c";
rev = "69f37800beb064445fad9c947ac24504609151cd";
src = fetchgit { inherit rev;
url = "https://github.com/robbyrussell/oh-my-zsh";
sha256 = "0j6x1kzki3k5p75lr50l48c7wdgi59h8l9lvixvkzp5bknsmsmrd";
sha256 = "1wbjbw70y94bwj7s6mmbdxlnn63jsphpd3562pvvx94bd5yxgsxn";
};
pathsToLink = [ "/share/oh-my-zsh" ];