Loading pkgs/shells/zsh/oh-my-zsh/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ , git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }: stdenv.mkDerivation rec { version = "2023-11-29"; version = "2024-04-12"; pname = "oh-my-zsh"; src = fetchFromGitHub { owner = "ohmyzsh"; repo = "ohmyzsh"; rev = "418046e9583f635b0303e4b8cf31c356b175cec3"; sha256 = "sha256-r36vF37J+3rLGg0QzmT4U8Lp5nqRhAs8We0aDtBJKJM="; rev = "31f2025e0fa963788655fe197e0179c47588b175"; sha256 = "sha256-tQD7H1f2KKSo647rWtplSIoBUiiNWAvAxSWw6e26BNk="; }; strictDeps = true; Loading Loading
pkgs/shells/zsh/oh-my-zsh/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ , git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }: stdenv.mkDerivation rec { version = "2023-11-29"; version = "2024-04-12"; pname = "oh-my-zsh"; src = fetchFromGitHub { owner = "ohmyzsh"; repo = "ohmyzsh"; rev = "418046e9583f635b0303e4b8cf31c356b175cec3"; sha256 = "sha256-r36vF37J+3rLGg0QzmT4U8Lp5nqRhAs8We0aDtBJKJM="; rev = "31f2025e0fa963788655fe197e0179c47588b175"; sha256 = "sha256-tQD7H1f2KKSo647rWtplSIoBUiiNWAvAxSWw6e26BNk="; }; strictDeps = true; Loading