oh-my-zsh: 2022-06-19 -> 2022-07-12

This commit is contained in:
R. Ryantm 2022-07-13 08:19:58 +00:00
parent 3567e122f4
commit e258e3ad47

View File

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