summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-23 10:06:07 -0500
committerGitHub <noreply@github.com>2022-10-23 10:06:07 -0500
commit79b2364c02747269f752a178cca48081f269ed47 (patch)
treecce3121dde430437026c5b933082f93b6470fa00 /pkgs/shells
parente057d22115a366e8e6f322d4aa10b99f884a577b (diff)
parent401ee47eb20e7a43ac7455cd66bf676db83d9ea1 (diff)
Merge pull request #197349 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2022-10-19 -> 2022-10-22
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 163ee065ab7d7..ccd0145f197ce 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-10-19";
+  version = "2022-10-22";
   pname = "oh-my-zsh";
-  rev = "a7d910c3a61d8599f748a8ddae59ecdd9424022a";
+  rev = "0066280c3e971e1e45a9037f6d0b993dabcc3576";
 
   src = fetchFromGitHub {
     inherit rev;
     owner = "ohmyzsh";
     repo = "ohmyzsh";
-    sha256 = "BWpvRkUXQhP1VLrlTBqqXvycyPFZaIZmgMfrkqIugSY=";
+    sha256 = "SiP58GhkhgaxdTG1A6jvWFkBs7D3mRCXZtNziCvPKKU=";
   };
 
   strictDeps = true;