Merge pull request #270933 from veselyn/oh-my-zsh-2023-11-29
oh-my-zsh: 2023-06-26 -> 2023-11-29
This commit is contained in:
commit
139442e7ba
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
|||
, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2023-06-26";
|
||||
version = "2023-11-29";
|
||||
pname = "oh-my-zsh";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ohmyzsh";
|
||||
repo = "ohmyzsh";
|
||||
rev = "8cbe98469d9862d37d43ca4229dc8e915ec377a9";
|
||||
sha256 = "sha256-/bFD1z/icQe4OfVcudMjIbkCh7MU6pEZiKBOYOFiCXs=";
|
||||
rev = "418046e9583f635b0303e4b8cf31c356b175cec3";
|
||||
sha256 = "sha256-r36vF37J+3rLGg0QzmT4U8Lp5nqRhAs8We0aDtBJKJM=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Reference in a new issue