oh-my-zsh: 2022-06-06 -> 2022-06-12 (#177485)

authored by R. RyanTM and committed by GitHub 693d5359 f5389ce1

+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-06"; 9 pname = "oh-my-zsh"; 10 - rev = "d41ca84af1271e8bfbe26f581cebe3b86521d0db"; 11 12 src = fetchFromGitHub { 13 inherit rev; 14 owner = "ohmyzsh"; 15 repo = "ohmyzsh"; 16 - sha256 = "87jAe5cEPj6e1raovj8sD4LZB1sfrSZkCleW8of2HP8="; 17 }; 18 19 strictDeps = true;
··· 5 , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }: 6 7 stdenv.mkDerivation rec { 8 + version = "2022-06-12"; 9 pname = "oh-my-zsh"; 10 + rev = "50550c70eaa36e79fdf380bdc4ddad4a1ad581a0"; 11 12 src = fetchFromGitHub { 13 inherit rev; 14 owner = "ohmyzsh"; 15 repo = "ohmyzsh"; 16 + sha256 = "lZ63wtvrF5DMXXGE6GC6T4oEpN0G47Pvhas5IZ+vzAA="; 17 }; 18 19 strictDeps = true;