oh-my-zsh: 2018-04-06 -> 2018-04-25
This commit is contained in:
parent
e0ad325cd4
commit
14ebf244fe
@ -4,13 +4,13 @@
|
|||||||
{ stdenv, fetchgit }:
|
{ stdenv, fetchgit }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2018-04-06";
|
version = "2018-04-25";
|
||||||
name = "oh-my-zsh-${version}";
|
name = "oh-my-zsh-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/robbyrussell/oh-my-zsh";
|
url = "https://github.com/robbyrussell/oh-my-zsh";
|
||||||
rev = "62b8a70a7c5d0c939d8dabfef48796a092d1a55f";
|
rev = "9cd3701ac0297f4bdf9673ea0dffa8ffdaea63e8";
|
||||||
sha256 = "02na47pa2ly17yvwa2nhzyrp8iarawyirhfw3779sh0w78vgw1gs";
|
sha256 = "0pjw5m7wpmcfdhrj322icplw3hsbbdxjgfw12kr2zpzl95xqkkhs";
|
||||||
};
|
};
|
||||||
|
|
||||||
pathsToLink = [ "/share/oh-my-zsh" ];
|
pathsToLink = [ "/share/oh-my-zsh" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user