Merge pull request #181331 from r-ryantm/auto-update/oh-my-zsh

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

authored by Mario Rodas and committed by GitHub 44a20dd3 cc362d89

+3 -3
+3 -3
pkgs/shells/zsh/oh-my-zsh/default.nix
··· 5 , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }: 6 7 stdenv.mkDerivation rec { 8 - version = "2022-06-19"; 9 pname = "oh-my-zsh"; 10 - rev = "4c82a2eedf0c43d47601ffa8b0303ed1326fab8f"; 11 12 src = fetchFromGitHub { 13 inherit rev; 14 owner = "ohmyzsh"; 15 repo = "ohmyzsh"; 16 - sha256 = "evFMOZUVpF8Qv3os+hx8Z7nC216sZclxO1g9ZaO//QU="; 17 }; 18 19 strictDeps = true;
··· 5 , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }: 6 7 stdenv.mkDerivation rec { 8 + version = "2022-07-12"; 9 pname = "oh-my-zsh"; 10 + rev = "249c708ed3a4a7a63d16a6e911a46b6fb9623cbd"; 11 12 src = fetchFromGitHub { 13 inherit rev; 14 owner = "ohmyzsh"; 15 repo = "ohmyzsh"; 16 + sha256 = "zBLgAS96uovLIrKLoVSjRJKeoRkGWu6TQqsvoYokLV4="; 17 }; 18 19 strictDeps = true;