oh-my-zsh: 2018-07-29 -> 2018-09-03

This commit is contained in:
Tim Steinbach 2018-09-04 16:19:43 -04:00
parent 16e776fde7
commit 98ef33ec74
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -4,13 +4,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
version = "2018-07-29";
version = "2018-09-03";
name = "oh-my-zsh-${version}";
src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "5fa7824ea59ec12a976f348a83399e66699456ea";
sha256 = "1ry46jxk7k4ndh4gic9v7c19gsqmcag8bng92pp7vw0fj0b0ij6k";
rev = "69e637c35578305e19dbfc520e65c514180db6ef";
sha256 = "067qwvdlghjb2kcv4fydnnbwss2kb4fgn1qib88ygz82fpvb0cwf";
};
pathsToLink = [ "/share/oh-my-zsh" ];