forked from mirrors/nixpkgs
oh-my-zsh: 2020-02-04 -> 2020-02-07
This commit is contained in:
parent
657582e43a
commit
9a101749c7
|
@ -4,13 +4,13 @@
|
|||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2020-02-04";
|
||||
version = "2020-02-07";
|
||||
pname = "oh-my-zsh";
|
||||
rev = "77aa1795d2f05583d4fc63a63abb0144beb5ecff";
|
||||
rev = "e81782ac3faf24cac2384a99366f748040b3f20a";
|
||||
|
||||
src = fetchgit { inherit rev;
|
||||
url = "https://github.com/ohmyzsh/ohmyzsh";
|
||||
sha256 = "0n36wpdlr1w4gr0cja48mcywi8av71p3diigkiv3n45a9hh94fxx";
|
||||
sha256 = "0mry8a43kfmb1wap85ss4dvmy5x3sil14z98fd15l9cgkqxpjnlb";
|
||||
};
|
||||
|
||||
pathsToLink = [ "/share/oh-my-zsh" ];
|
||||
|
|
Loading…
Reference in a new issue