summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2023-01-11 13:38:01 -0800
committerGitHub <noreply@github.com>2023-01-11 16:38:01 -0500
commitb53f7b3cfeeaf788ff799cb8f7541c53039282be (patch)
tree9dba79b540fcdbe439499b936a7d3a3d59e48a40 /pkgs/shells
parent46dd49a675d1793912e2483f1997484c4c49765d (diff)
oh-my-zsh: 2022-11-08 -> 2023-01-09 (#210105)
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/oh-my-zsh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/zsh/oh-my-zsh/default.nix b/pkgs/shells/zsh/oh-my-zsh/default.nix
index 15ac49c80fff..32c08d3dddc3 100644
--- a/pkgs/shells/zsh/oh-my-zsh/default.nix
+++ b/pkgs/shells/zsh/oh-my-zsh/default.nix
@@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
- version = "2022-11-08";
+ version = "2023-01-09";
pname = "oh-my-zsh";
- rev = "1f30c1a079cd10030578e38f8562dc5be53d0fd3";
+ rev = "4181e8a2cc936bc7b7a89d674bf261023159ed35";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
- sha256 = "qwRUzH1R/K5Y3bpzkgJWSyI+aBHRmrycNKlRAjjmv0w=";
+ sha256 = "kne/2ErEqUqBx1xzQrvk6scrhOZYJDlUnNOlx0MbqNQ=";
};
strictDeps = true;