oh-my-zsh: 2020-06-28 -> 2020-07-01
This commit is contained in:
parent
a59fad3e35
commit
d540649847
@ -4,13 +4,13 @@
|
|||||||
{ stdenv, fetchgit }:
|
{ stdenv, fetchgit }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2020-06-28";
|
version = "2020-07-01";
|
||||||
pname = "oh-my-zsh";
|
pname = "oh-my-zsh";
|
||||||
rev = "97cf0bf4bd7655767e9e5ea27ddb6fbe550a305d";
|
rev = "62648d71bb05116287206d83181f9daa5a59ba67";
|
||||||
|
|
||||||
src = fetchgit { inherit rev;
|
src = fetchgit { inherit rev;
|
||||||
url = "https://github.com/ohmyzsh/ohmyzsh";
|
url = "https://github.com/ohmyzsh/ohmyzsh";
|
||||||
sha256 = "1hynii1nvchnlgyiy0phyz5gd83xcbjdj82ddd2dyl1ci1yvpvqb";
|
sha256 = "0pj73hvjzmp9x1b4b3zi9mlihzb9g04kfz230hmwz3kxpymw879q";
|
||||||
};
|
};
|
||||||
|
|
||||||
pathsToLink = [ "/share/oh-my-zsh" ];
|
pathsToLink = [ "/share/oh-my-zsh" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user