diff options
author | R. RyanTM | 2024-09-05 00:35:40 +1000 |
---|---|---|
committer | GitHub | 2024-09-04 10:35:40 -0400 |
commit | 08eabd49ce48aa2b1fe951a260ac997f14287c66 (patch) | |
tree | e1ee2f6a11f7d9dfb40396295f9d94f0f3a5cc16 /pkgs/shells | |
parent | d31b1025834fea78b31ff7b2a57cc2060d93a5bd (diff) |
oh-my-zsh: 2024-08-27 -> 2024-09-01 (#339190)
Diffstat (limited to 'pkgs/shells')
-rw-r--r-- | pkgs/shells/zsh/oh-my-zsh/default.nix | 6 |
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 f7e3982815d3..e1149cf9c687 100644 --- a/pkgs/shells/zsh/oh-my-zsh/default.nix +++ b/pkgs/shells/zsh/oh-my-zsh/default.nix @@ -5,14 +5,14 @@ , git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }: stdenv.mkDerivation rec { - version = "2024-08-27"; + version = "2024-09-01"; pname = "oh-my-zsh"; src = fetchFromGitHub { owner = "ohmyzsh"; repo = "ohmyzsh"; - rev = "efe21261d031b4836f64112a899706322acd26b0"; - sha256 = "sha256-ICHdwxySSzX64q+mfPKOQqOrLrc/RKiyvPioseNt4hE="; + rev = "b8c69d265257fae88fe504ea43cbcf2728bc1308"; + sha256 = "sha256-Q0SjYWkWY5/haoPunp5yusYoXIXzmB2tces/9gOZgJM="; }; strictDeps = true; |