oh-my-zsh: 2022-08-10 -> 2022-08-14 (#187446)

authored by R. RyanTM and committed by GitHub f0127393 0e304ff0

+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-08-10"; 9 pname = "oh-my-zsh"; 10 - rev = "835a0a5d17765243cabee782acb5905a9aab33c3"; 11 12 src = fetchFromGitHub { 13 inherit rev; 14 owner = "ohmyzsh"; 15 repo = "ohmyzsh"; 16 - sha256 = "dPFoa5dgU5+A3wRJQShD42AkZ0n3mm3+6j4tzc7mucQ="; 17 }; 18 19 strictDeps = true;
··· 5 , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }: 6 7 stdenv.mkDerivation rec { 8 + version = "2022-08-14"; 9 pname = "oh-my-zsh"; 10 + rev = "3668ec2a82250020ca0c285ef8b277f1385a8085"; 11 12 src = fetchFromGitHub { 13 inherit rev; 14 owner = "ohmyzsh"; 15 repo = "ohmyzsh"; 16 + sha256 = "nWnvjqjXVUr45wIJSsfvJ/tQGYtWR0nEnNUguycDe5s="; 17 }; 18 19 strictDeps = true;