oh-my-zsh: 2023-02-05 -> 2023-02-16

This commit is contained in:
R. Ryantm 2023-02-16 12:56:07 +00:00
parent 07ce7b2f5b
commit 68329697a6

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }: , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2023-02-05"; version = "2023-02-16";
pname = "oh-my-zsh"; pname = "oh-my-zsh";
rev = "9b91e8256011240cbf65ba65fbe55c5fd9dbae07"; rev = "8a68bf67720a6a5442ae947d10d74b1dd3558d91";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; inherit rev;
owner = "ohmyzsh"; owner = "ohmyzsh";
repo = "ohmyzsh"; repo = "ohmyzsh";
sha256 = "kdFfctEqRChVH5zRBL0yLQEwdUnmILBsuU10n2YWlu0="; sha256 = "n6gfuvzz62l9AvQqWOwNjecLnHj4tsa5FDpunUeHZ/k=";
}; };
strictDeps = true; strictDeps = true;