summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-02-10 18:16:40 +0000
committerGitHub <noreply@github.com>2021-02-10 18:16:40 +0000
commitbd317c9af17838ba451f6ff4955a1507a63e86c2 (patch)
tree6b14926fba331762dc6a8a74545aef3305ffb129 /pkgs/shells
parent0e9e02ff6a46825e98a62b1fd333f795f1f24271 (diff)
parent7d94bb26bb82aeee9378d6be0e323910ebe47281 (diff)
downloadnixpkgs-bd317c9af17838ba451f6ff4955a1507a63e86c2.tar
nixpkgs-bd317c9af17838ba451f6ff4955a1507a63e86c2.tar.gz
nixpkgs-bd317c9af17838ba451f6ff4955a1507a63e86c2.tar.bz2
nixpkgs-bd317c9af17838ba451f6ff4955a1507a63e86c2.tar.lz
nixpkgs-bd317c9af17838ba451f6ff4955a1507a63e86c2.tar.xz
nixpkgs-bd317c9af17838ba451f6ff4955a1507a63e86c2.tar.zst
nixpkgs-bd317c9af17838ba451f6ff4955a1507a63e86c2.zip
Merge staging-next into staging
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 bab6ebb686b..e957457c8c3 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 = "2021-01-31";
+  version = "2021-02-09";
   pname = "oh-my-zsh";
-  rev = "c52e646bb7b109e15f6dc4047b29ca8c8e029433";
+  rev = "f21e646ce6c09198f7f625c597f08af49551fdb0";
 
   src = fetchFromGitHub {
     inherit rev;
     owner = "ohmyzsh";
     repo = "ohmyzsh";
-    sha256 = "0yfpahn9a6aby8ym1slcn8kvric26xy14fk1jjj3f07xvh7xg2y9";
+    sha256 = "14m932zbzdbwyfqkn882jarpw4dbmxkfna5pakd4n5b123drjz46";
   };
 
   installPhase = ''