oh-my-zsh: 2018-11-27 -> 2019-01-15

This commit is contained in:
Tim Steinbach 2019-01-15 18:42:57 -05:00
parent 7f0f75c0c7
commit 4dd6ea08f9
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 = "2018-11-27";
version = "2019-01-15";
name = "oh-my-zsh-${version}";
src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "2614b7ecdfe8b8f0cbeafffefb5925196f4011d4";
sha256 = "0yfk0x7xj640xn0klyggrncvmmm3b44ldfxfrr4mcixb1scfv5lb";
rev = "586ca16902d9dae4d95d5256a824572f60219c83";
sha256 = "0hzc1fv848h9vlmrw487818l30xfw2vnv50yhkrgvw8lqaam3bs8";
};
pathsToLink = [ "/share/oh-my-zsh" ];