about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2024-04-25 05:58:18 -0700
committerGitHub <noreply@github.com>2024-04-25 08:58:18 -0400
commit4c51051b98af8fe432cfb39872c795064d8e4e0f (patch)
tree4c106074802e7d1a7875e5f06357aae90defb2a3 /pkgs/shells
parente05ae19ac151cc09e5de730f9c21a90730888718 (diff)
oh-my-zsh: 2024-04-12 -> 2024-04-23 (#305062)
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 ecd2c274ae52f..a0296bc08f595 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-04-12";
+  version = "2024-04-23";
   pname = "oh-my-zsh";
 
   src = fetchFromGitHub {
     owner = "ohmyzsh";
     repo = "ohmyzsh";
-    rev = "31f2025e0fa963788655fe197e0179c47588b175";
-    sha256 = "sha256-tQD7H1f2KKSo647rWtplSIoBUiiNWAvAxSWw6e26BNk=";
+    rev = "5d2d35cd1741af19553007fe0cc5324744fc58fa";
+    sha256 = "sha256-qEF36Ne1b63XYqfiTOtjbkF/cqDDAPM4EyckhOjYFEE=";
   };
 
   strictDeps = true;