oh-my-zsh: 2019-12-20 -> 2019-12-22

This commit is contained in:
Tim Steinbach 2019-12-22 20:11:22 -05:00
parent 4afb87fe58
commit e865acf44c
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-12-20";
version = "2019-12-22";
pname = "oh-my-zsh";
rev = "3d6be08e71219e75405ef0d535cc9c3defbb3367";
rev = "38929084f98684b9267d7f0cfe3e7f9aa5f861d2";
src = fetchgit { inherit rev;
url = "https://github.com/ohmyzsh/ohmyzsh";
sha256 = "1z73da37szjx57czyib4y0i43ms0z3rwv20pjkdcylksm8n3l3yf";
sha256 = "0iwyfl8gk3hzd5hpryr0sk96n9p5m3riqdnaclmpasa0dyynd2ya";
};
pathsToLink = [ "/share/oh-my-zsh" ];