summary refs log tree commit diff
path: root/pkgs/shells/zsh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-04-11 06:25:10 -0700
committerGitHub <noreply@github.com>2022-04-11 09:25:10 -0400
commitce686f05056e971be5d81f5ee4f34c434e5b98d4 (patch)
tree7b1b677389e6a2b2847f560ca51f1f6565674ed7 /pkgs/shells/zsh
parentace83570110e610d1f69f2f562fb35da72767369 (diff)
downloadnixpkgs-ce686f05056e971be5d81f5ee4f34c434e5b98d4.tar
nixpkgs-ce686f05056e971be5d81f5ee4f34c434e5b98d4.tar.gz
nixpkgs-ce686f05056e971be5d81f5ee4f34c434e5b98d4.tar.bz2
nixpkgs-ce686f05056e971be5d81f5ee4f34c434e5b98d4.tar.lz
nixpkgs-ce686f05056e971be5d81f5ee4f34c434e5b98d4.tar.xz
nixpkgs-ce686f05056e971be5d81f5ee4f34c434e5b98d4.tar.zst
nixpkgs-ce686f05056e971be5d81f5ee4f34c434e5b98d4.zip
oh-my-zsh: 2022-04-06 -> 2022-04-09 (#168073)
Diffstat (limited to 'pkgs/shells/zsh')
-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 05453444650..3ea77d9bd17 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 }:
 
 stdenv.mkDerivation rec {
-  version = "2022-04-06";
+  version = "2022-04-09";
   pname = "oh-my-zsh";
-  rev = "b3999a4b156185b617a5608317497399f88dc8fe";
+  rev = "fcceeb666452c5a41b786f3cde9c8635ddde5448";
 
   src = fetchFromGitHub {
     inherit rev;
     owner = "ohmyzsh";
     repo = "ohmyzsh";
-    sha256 = "yXM+fLdNWOrUU03K7527NgtaAwSql5r0wPaWgUZqGhY=";
+    sha256 = "c929KV77wACO0AlEABwOPPz03Za8V4G7RRXalY+zfGg=";
   };
 
   installPhase = ''