oh-my-zsh: 2018-04-06 -> 2018-04-25

This commit is contained in:
Tim Steinbach 2018-04-26 08:08:53 -04:00
parent e0ad325cd4
commit 14ebf244fe
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-04-06";
version = "2018-04-25";
name = "oh-my-zsh-${version}";
src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "62b8a70a7c5d0c939d8dabfef48796a092d1a55f";
sha256 = "02na47pa2ly17yvwa2nhzyrp8iarawyirhfw3779sh0w78vgw1gs";
rev = "9cd3701ac0297f4bdf9673ea0dffa8ffdaea63e8";
sha256 = "0pjw5m7wpmcfdhrj322icplw3hsbbdxjgfw12kr2zpzl95xqkkhs";
};
pathsToLink = [ "/share/oh-my-zsh" ];