forked from mirrors/nixpkgs
oh-my-zsh: 2020-03-05 -> 2020-03-12
This commit is contained in:
parent
16eb11b5d3
commit
f30b8adc02
|
@ -4,13 +4,13 @@
|
|||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2020-03-05";
|
||||
version = "2020-03-12";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "2eb3e9d57cf69f3c2fa557f9047e0a648d80b235";
|
||||
rev = "07e3236bc5c8dbf9d818a4f0145f09bdb4bec6f0";
|
||||
|
||||
src = fetchgit { inherit rev;
|
||||
url = "https://github.com/ohmyzsh/ohmyzsh";
|
||||
sha256 = "025xd53j307wh3bly456b7y6r71wm2dzqn6xway0rsc6r5b70z4x";
|
||||
sha256 = "1imjvig60r250ljbnajxq4zv4fgs3l3jrrda0dvlnax5v5psxb12";
|
||||
};
|
||||
|
||||
pathsToLink = [ "/share/oh-my-zsh" ];
|
||||
|
|
Loading…
Reference in a new issue