Loading pkgs/shells/zsh/oh-my-zsh/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,15 +5,15 @@ , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }: stdenv.mkDerivation rec { version = "2022-06-05"; version = "2022-06-06"; pname = "oh-my-zsh"; rev = "6622210d7d4afe859f11c5d50c177bd5e500f2c6"; rev = "d41ca84af1271e8bfbe26f581cebe3b86521d0db"; src = fetchFromGitHub { inherit rev; owner = "ohmyzsh"; repo = "ohmyzsh"; sha256 = "3+3ekdryhiILou+8yJpq7axS2PEHDCWnBCQ5373m1uo="; sha256 = "87jAe5cEPj6e1raovj8sD4LZB1sfrSZkCleW8of2HP8="; }; strictDeps = true; Loading Loading
pkgs/shells/zsh/oh-my-zsh/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,15 +5,15 @@ , git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }: stdenv.mkDerivation rec { version = "2022-06-05"; version = "2022-06-06"; pname = "oh-my-zsh"; rev = "6622210d7d4afe859f11c5d50c177bd5e500f2c6"; rev = "d41ca84af1271e8bfbe26f581cebe3b86521d0db"; src = fetchFromGitHub { inherit rev; owner = "ohmyzsh"; repo = "ohmyzsh"; sha256 = "3+3ekdryhiILou+8yJpq7axS2PEHDCWnBCQ5373m1uo="; sha256 = "87jAe5cEPj6e1raovj8sD4LZB1sfrSZkCleW8of2HP8="; }; strictDeps = true; Loading