oh-my-zsh: 2022-06-15 -> 2022-06-19

This commit is contained in:
R. Ryantm 2022-06-20 06:52:31 +00:00
parent bf97f8474a
commit c090bda45a

View file

@ -5,15 +5,15 @@
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
stdenv.mkDerivation rec {
version = "2022-06-15";
version = "2022-06-19";
pname = "oh-my-zsh";
rev = "8168ec0174e7e3212be20ecc74810155772abff1";
rev = "4c82a2eedf0c43d47601ffa8b0303ed1326fab8f";
src = fetchFromGitHub {
inherit rev;
owner = "ohmyzsh";
repo = "ohmyzsh";
sha256 = "KbxVZ/sHwZEm8EzCR8ZOJdhiYnRyMLuUetBRxuj5izU=";
sha256 = "evFMOZUVpF8Qv3os+hx8Z7nC216sZclxO1g9ZaO//QU=";
};
strictDeps = true;