summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-06-13 04:33:29 -0700
committerGitHub <noreply@github.com>2022-06-13 07:33:29 -0400
commit693d5359ee0bfc1de975845f3a9f8f81a7abc535 (patch)
tree1f3972395cd18aaa8985179ae44eb528ce306617 /pkgs/shells
parentf5389ce140f4525942161ce2c8f1d99912962764 (diff)
downloadnixpkgs-693d5359ee0bfc1de975845f3a9f8f81a7abc535.tar
nixpkgs-693d5359ee0bfc1de975845f3a9f8f81a7abc535.tar.gz
nixpkgs-693d5359ee0bfc1de975845f3a9f8f81a7abc535.tar.bz2
nixpkgs-693d5359ee0bfc1de975845f3a9f8f81a7abc535.tar.lz
nixpkgs-693d5359ee0bfc1de975845f3a9f8f81a7abc535.tar.xz
nixpkgs-693d5359ee0bfc1de975845f3a9f8f81a7abc535.tar.zst
nixpkgs-693d5359ee0bfc1de975845f3a9f8f81a7abc535.zip
oh-my-zsh: 2022-06-06 -> 2022-06-12 (#177485)
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 60bf482a82e..3b41ba902a5 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-06-06";
+  version = "2022-06-12";
   pname = "oh-my-zsh";
-  rev = "d41ca84af1271e8bfbe26f581cebe3b86521d0db";
+  rev = "50550c70eaa36e79fdf380bdc4ddad4a1ad581a0";
 
   src = fetchFromGitHub {
     inherit rev;
     owner = "ohmyzsh";
     repo = "ohmyzsh";
-    sha256 = "87jAe5cEPj6e1raovj8sD4LZB1sfrSZkCleW8of2HP8=";
+    sha256 = "lZ63wtvrF5DMXXGE6GC6T4oEpN0G47Pvhas5IZ+vzAA=";
   };
 
   strictDeps = true;